View Single Post
  #6  
Old 06-20-2010, 12:50 AM
qw3rt qw3rt is offline
qW£rt Classic Iphone
qw3rt's Avatar
Join Date: Jun 2010
Location: France
Posts: 34
qw3rt is an unknown quantity at this point
Quote:
HTML Code:
  lay2 bombs, x, y + 2;
Will lay bombs 2 tiles down from the baddy

(GS2 Converted- will only work online)
HTML Code:
lay("bombs");
lay2("bombs", this.x, this.y + 2);
Yep thanks

i used like this and it works :

PHP Code:
 if (i<50)
    
lay2 bombs,x,y+2;lay2 bombs,x,y
In fact it gaves me 2 bombs icons but it messed cause the secand icons was hidden by the first one, due to the same lay position.

thanks
__________________
Reply With Quote