>> >When I click on sprite(2) then sprite(3) moves to sprite(2) using this
>code
>> >sprite(3).rect sprite(2).rect
>> >That works fine, except that sprite(3) quickly moves back to its original
>> >location.

I assume you mean:

sprite(3).rect = sprite(2).rect

Maybe there is some other code resetting it or you are jumping to a frame
where sprite 3 doesn't exist. Do your sprites span the entire range of
frames over which you are looping?



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to