Hi, to move a sprite only in the horizontal direction u can try this
on mouseUp me sprite(3).locH = sprite(3).locH +10 end > I want to use the mouse to move a sprite horizontally--it is important that > it not move vertically as well > > I've done this: > > > sprite(3). moveable = TRUE > > But that moves in all directions > Thanks > > Paul Schulman > > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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/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!]
