Hi Anna.

attach this behavior to sprite 3:
-- "mySprite" means "sprite(3)"

property mySprite

on mouseDown me
  mySprite = sprite(me.spriteNum)
  mySprite.loc = sprite(2).loc
end

When you have problems like this, it is a good idea to make a new movie
and test the new script.
Then go back to your project and try to find the problem.

if this does not work for you, you have other code which moves it back
to the old location.
Or the movie jumps to the next frame. (?)

If this does not help, send your code. so we can search for the problem.

Ralf.


> But still, it moves back to its old location.  That is the problem.


[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