Stopping a Function "init" ?
Hello!
Im working on a personal animation using lots of different action scripts and effects I have found on the net. I want the animation all to be based within 1 scene.
On my main "time line" Frame (20) I have a script for snow to fall,
init = function () {
//This is where the rest of the script is.
}
init();
The main "time line" then stops on frame (50) with a "stop();" where their is also a movie clip that contains the next part of the animation.
It's within this movie clip that I want to be able to tell the original
init = function () {
To stop!
I have been trying things like this but I really dont know what else to do other than making another scene. ):
onEnterFrame;
_root.init = function (stop) {
}
or
onEnterFrame;
_root.init;
stop;
And a whole load of others! I'm totaly off the mark on this and could really do with some help.
Cheers Guys and Girls!
JOe
Problem Solved . Thanks Guys!
Thanks very much too warpdesign and Louis van Laarhoven.
Firstly warpdesign your code works fine!. Thanks for taking the weight of that prob of my sholders! Secondly cheers for the ideas Louis van Laarhoven. I will be utalizing them.
Okies,, thanks guys! Keep an eye out when it's completed I will post it on my site, their are some on it now..
www.joe-graphics.com
goto html version then go to portfolio and www.
CHEERS!!!!!