Well, I'm not sure if the open program part will work, but here is what I made from the help files:
` load a animation to play
LOAD ANIMATION "Movie Name.avi",1
` create a loop that stops when the movie stops
while animation playing(1) =1
`if user presses a button, exit
if scancode()>0 then exit
endwhile
`stop the animation and get rid of it.
stop animation 1
delete animation 1
cls
` open file, not sure if this part will work.
EXECUTE FILE "something.exe", "not sure", " "
------------------------
I'm looking for a new free website host. Email me if you know of a good one without ads!
[email protected]