lingo-l Re Draging sprites

2001-06-12 Thread schmidt-r
Is it possible to drag a sprite and then when you release the mouse the sprite will return to its original position? I know how to drag them but not return it to the position. if you want to move it back (step by step), you could use this behavior for the sprite. property mySprite property

Re: lingo-l Re Draging sprites

2001-06-11 Thread Carl West
Gavin Sim wrote: Is it possible to drag a sprite and then when you release the mouse the sprite will return to its original position? I know how to drag them but not return it to the position. - at the beginning of the mouseDown handler, record the sprite's loc - in the mouseUp handler

Re: lingo-l Re Draging sprites

2001-06-11 Thread Charlie Fiskeaux II
-3883 - Original Message - From: Gavin Sim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 11, 2001 9:11 PM Subject: lingo-l Re Draging sprites Is it possible to drag a sprite and then when you release the mouse the sprite will return to its original position? I know how