property mylocH, mylocV
on mouseDown me
  mylocH=sprite(spritenum.me).locH
  mylocV=sprite(spritenum.me).locV
end
on mouseUp me
  sprite(spritenum.me).locH=mylocH
  sprite(spritenum.me).locV=mylocV
end

Charlie Fiskeaux II
The Creative Group
www.cre8tivegroup.com
859/858-9054 x29
cell: 859/312-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  to drag them but not return it to the position.

thanks
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


[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!]




[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