Please or Register to create posts and topics.

Line from button to door??

PreviousPage 2 of 2

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

zachary6191 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. :sigh:

Trivia: this is the very second account I registered with the nickname ASBusinessMagnet, after my YouTube channel.
zachary6191 wrote:
I need to know properties and outputs for my texture trig and my line and check box (yummycookies).

:lol:

I hope I did not teach you to name all your signs "Yummycookies"

:A Little Higher: :Tornate: :Blue Portals: :Vectronic: :Youtube: :Twitter: : ModDB: :Old Sig:

The more you give, the less appreciated it will be received.

Lol no worries i named it that for fun.

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.

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.

theVDude 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.

Lol i hate that too.

Remmiz 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.

Enrichment Center 4XE3 Progress:
Planned:15(+/-)
Drawn up: 9/15
Maps Done: 2/15
PreviousPage 2 of 2