My animated preloader

I can’t get the as right for this dog chasing scene I created.
http://www.br0wnsnake.com/dog.swf
I want to make it so when you click on the stop button you get a still image of the dog without the chasing animation in the bg and then when you click it again it goes back to just the dog chasing tail. Then I want to make it so with each subsequent click a new still image of the dog.
Can som1 give me a hint about how to go about this ?

[size=1][/size]
[size=1][size=2][color=blue]In place of your this code…[/color][/size]

[/size]


on (release) {
ex.[size=1][color=#000084]play[/color][/size][size=1]();
 
doggy.visible = [/size][size=1][color=#000084]false[/color][/size][size=1];
 
}
 
[/size]

[color=blue]Just add this lines…[/color]


on (release) {
_root.stop();
}

[color=blue]This will help you…[/color]

Thanks but it didn’t work (?)

how did you get my initial code?

You are missing something…
Tell in brief how ur movie should be…

Sothink SWF Quicker…
try it… you will see the magic

As he/she mentioned before: Sothink SWF Quicker :wink:

I’ve never heard of it…will go find out :slight_smile: