> Well, what I'm finding is that the quiz button, on mousedown sets the
> correct first lesson screen and takes you to that frame, but the lesson
> button on mouseUP shifts it to the next screen (ie 2).
This has happened to me too if i do a jump on mouseDown. I have found that its not a
good idea to jump on mouseDowns.
First You can run into these situations. I guess Director jumped on Your mouseDown and
now executes the correct mouseUp handler on the sprite in the frame it jumped to.
Another reason not to jump on mouseDown is that any behavior that comes after the
"jumping-behavior" in the scripList on the button will not execute its mouseUp
handler. This creates a situation where You must be more than careful with the order
of behaviors on a sprite.
Bjarne
_______________________________________________________
If it's true that we are here to help others, then what exactly are the OTHERS here
for?
Bjarne Nyquist
Researcher, Lingo Programmer
The Interactive Institute, phone: +46-(0)8 783 24 74
www.interactiveinstitute.se
[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!]