How do I properly code with(all)? Especially the all part please?

TornadoMan

  • Posts: 203
Something like
Code: [Select]
with(all)
{
  if (x == 15 && y == 15)
  {
    my_hp = 1234567;
  }
}
My name is Jason & (and) I am from N. USA & I live in N. USA & I was born in N. USA
http://community.stencyl.com/index.php/topic,31002.new.html#new < awesomest Stencyl suggestions ever.

Max Marin

  • Posts: 138
I don't understand something like this
I'm human