Page 1 of 1

Move an Object Outside the Screen

Posted: Fri Dec 27, 2013 5:15 pm
by itay1023
Hi all,
What code can move (or set the loc...) of an object to a point outside the screen rect, so other object could'nt collide it?

Best regards,
Itay :)

Re: Move an Object Outside the Screen

Posted: Fri Dec 27, 2013 7:11 pm
by jacque
Use negative numbers. That places the object outside the upper left corner of the card:

set the loc of <obj> to -100,-100

Re: Move an Object Outside the Screen

Posted: Fri Dec 27, 2013 9:03 pm
by itay1023
Thank you very much :)