hi all
i have this script that rect sprite 1 to its new coordinate but what i
would like is the sprite to move slowly pixel by pixel rathers then
jumping to it new coordinate .

on mouseEnter me
  newRect = sprite(1).rect
  newRect[3] = 300
  newRect[3] = 100
  sprite(1).rect = newRect
  updateStage
end

on mouseleave me
  newRect = sprite(1).rect
  newRect[3] = 200
  newRect[3] = 300
  sprite(1).rect = newRect
  updateStage

--thanx
imran arif
interaction design student.



[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