hi
i have a movie program there showing a movie....
but... when the movie end its stops and dont start over..
and yes i know that i should use loop commands and i have tried..
but it wont work.. :-(
can someone help?
here is the code :
cls
textcolor = 450
ink textcolor, 0
print "Her er en film med to helt almenelige drenge"
sleep 3000
cls
load animation "video000.avi", 1
play animation 1
text 10,250, "tryk på en knap for at afslutte"
wait key
end
and the question was: how im going to get the movie start over and over until im quit the program
The Nerd