in DMX2004 with the object model syntax
so that, assuming (like everyone else seems to be doing) that the OK button is in the MIAW and the stage needs notification that this button is pressed (and also needs a value passed to it as well), you could use something like:
-- MIAW OK button:
on mouseUp me
tVal = {some calculation}
window("stage").movie.mOkPressed(tVal)
end
-- #movie script in your stage movie: on mOkPressed aVal -- stage notified and sent a value to work with end
-Sean.
[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!]
