Line from button to door??
Quote from zachary6191 on September 12, 2009, 3:07 pmi cant figure out how to trigger?
i need to know properties and outputs for my texture trig and my line and check box (yummycookies).
thanks
i cant figure out how to trigger?
i need to know properties and outputs for my texture trig and my line and check box (yummycookies).
thanks
Quote from ASBusinessMagnet on September 12, 2009, 3:29 pmzachary6191 wrote:i cant figure out how to trigger?i need to know properties and outputs for my texture trig and my line and check box (yummycookies).
thanks
They're in the tutorial.
i need to know properties and outputs for my texture trig and my line and check box (yummycookies).
thanks
They're in the tutorial.
Quote from reepblue on September 12, 2009, 9:45 pmzachary6191 wrote:I need to know properties and outputs for my texture trig and my line and check box (yummycookies).I hope I did not teach you to name all your signs "Yummycookies"
I hope I did not teach you to name all your signs "Yummycookies"
The more you give, the less appreciated it will be received.
Quote from zachary6191 on September 12, 2009, 10:39 pmLol no worries i named it that for fun.
Lol no worries i named it that for fun.
Quote from theVDude on September 14, 2009, 11:26 pmWhen I had java classes, I always named my variables something fun. Instead of int count or int a, b, c, x, y, z; I'd have int llama, or int crocodile.
Just to spice things up. Start naming variables and functions after people ing the class.
When I had java classes, I always named my variables something fun. Instead of int count or int a, b, c, x, y, z; I'd have int llama, or int crocodile.
Just to spice things up. Start naming variables and functions after people ing the class.
Quote from zachary6191 on September 15, 2009, 8:27 amYeah i have a background in objective c but nothing else. Im doing iphone programming. Anyway i have this all figured out now. I do need help on a new topic though so check my other post its on map switching.
Yeah i have a background in objective c but nothing else. Im doing iphone programming. Anyway i have this all figured out now. I do need help on a new topic though so check my other post its on map switching.
Quote from Remmiz on September 16, 2009, 1:06 pmtheVDude wrote:When I had java classes, I always named my variables something fun. Instead of int count or int a, b, c, x, y, z; I'd have int llama, or int crocodile.Just to spice things up. Start naming variables and functions after people ing the class.
At least you don't use roman numerials. Seeing something like:
- Code: Select all
for (int i = 0; i < 5; i++)
{
for (int ii = 0; ii < 6; ii++)
{
for (int iii = 0; iii <= 9; iii++)
{
for (int iv = 0; iv <= 11; iv++)
{
foo[i][iv] = bar[ii][iii];
}
}
}
}Makes me want to kill someone.
Just to spice things up. Start naming variables and functions after people ing the class.
At least you don't use roman numerials. Seeing something like:
- Code: Select all
for (int i = 0; i < 5; i++)
{
for (int ii = 0; ii < 6; ii++)
{
for (int iii = 0; iii <= 9; iii++)
{
for (int iv = 0; iv <= 11; iv++)
{
foo[i][iv] = bar[ii][iii];
}
}
}
}
Makes me want to kill someone.
Quote from zachary6191 on September 16, 2009, 3:25 pmLol i hate that too.
Lol i hate that too.
Quote from Stormrain on September 17, 2009, 7:10 amRemmiz wrote:At least you don't use roman numerials. Seeing something like:
- Code: Select all
for (int i = 0; i < 5; i++)
{
for (int ii = 0; ii < 6; ii++)
{
for (int iii = 0; iii <= 9; iii++)
{
for (int iv = 0; iv <= 11; iv++)
{
foo[i][iv] = bar[ii][iii];
}
}
}
}I had a class like that, and I used roman numerals to be a cock, as the guy behind me didn't do any work, and tried to watch my screen on tess.
He bombed it.
Makes me want to kill someone.
- Code: Select all
for (int i = 0; i < 5; i++)
{
for (int ii = 0; ii < 6; ii++)
{
for (int iii = 0; iii <= 9; iii++)
{
for (int iv = 0; iv <= 11; iv++)
{
foo[i][iv] = bar[ii][iii];
}
}
}
}
I had a class like that, and I used roman numerals to be a cock, as the guy behind me didn't do any work, and tried to watch my screen on tess.
He bombed it.
Makes me want to kill someone.
Planned:15(+/-)
Drawn up: 9/15
Maps Done: 2/15