I used DM Xtra about 3 years ago. To get the mpeg full screen (640x480) I used
on mouseUp
set the height of sprite 6 to 480
set the width of sprite 6 to 640
set the loch of sprite 6 to 320
set the locv of sprite 6 to 240
go the frame +1
end
...and to get back to the projector I used...
on mouseUp
set the height of sprite 6 to 240
set the width of sprite 6 to 320
set the loch of sprite 6 to 211
set the locv of sprite 6 to 251
go the frame -5
end
"DirectMediaXtra sprites also receive the onCuePassed Lingo message. However, Director's documentation is inaccurate when it comes to the syntax of this particular Lingo message. The correct syntax is:
on cuePassed me, whichChannel, cuePointNumber, cuePointName"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.