> I want to be able to drag it vertically only
In whatever part of the script that moves the sprite, make sure you're only
changing the .locV, as opposed to the .loc or the .locH.
> and be able to set boundaries of how far I can drag it
In that same part of the script, you should continually check the current
locV, and compare it to your predetermined boundaries. If the current locV
exceeds the boundary, set the locV to the boundary.
If this isn't helpful, you might want to paste the relevant portion of the
script you're using.
Rob
/*********************************
* Rob Wingate, Software Human *
* http://www.vingage.com *
* mailto:[EMAIL PROTECTED] *
*********************************/
[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!]