i have this script which rect sprit 1 to its new coordinate but what i would like is sprite 1 to move slowly pixel by pixel to its 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] = 400 newRect[3] = 100 sprite(1).rect = newRect updateStage end 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!]
