PDA

View Full Version : Unload all movies



diesilvestre
04-28-2004, 04:17 PM
Is it possible to ulnoad all movies that have been loaded by a simple button?
Thank you so much for the help.

jeet
04-29-2004, 06:46 AM
Hi there,

You can use the below code to unload the movie


On (Release)
Unload Movie (1);
Unload Movie (2);
End On


Regards
Jeet

diesilvestre
04-29-2004, 07:59 AM
Thank u for the help! But the thing is that i have like 100 movies to unload, Is it possible that i could unload all of them (all levels) with a simple code? .
Thank you again.