you can also do it by using a MIAW for your second movie.
1: change the stage movie rect:
_movie.stage.rect = the desktoprectlist[1]
2: open your miaw and centre it:
offseth = (the desktoprectlist[1][3] - yourmoviewidth
offsetv = (the desktoprectlist[1][4] - yourmovieheight
yourMIAW.rec = rect(offseth, offsetv, offseth+yourmoviewidth,
offsetv+yourmovieheight)
3: move it to the front.
julian
I have 2 movies, after completion of the first, a "go to movie
blalba"-command is issued that opens the next. What do I have to do
to have
the first movie running in a window and the second fullscreen?
if by 'fullscreen' you mean having the stage surrounded by black
nothingness up to the screen's edge, I don't believe that you can do
that.
[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!]