> I am having trouble setting boundaries as to how far it can scroll up or
> down. Can anyone help?
There may be other ways, but I usually create a vector shape (rectangle)
with the tool palette. I size the vector shape to the limit you want your
sprite to move...then check out the constraint command. it works something
like this.
sprite 11 = is the shape that limits movement
sprite 12 = is the "moveable" sprite
sprite(12).constraint = TRUE
sprite(12).constraint = sprite(11)
first you tell it that you want to constrain the movement of sprite 12, then
you tell it what constrains it. This works great for me...
good luck...
Nick Youmans
FutureMedia
[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!]