The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 Viewsi created a dot representing a snowball with instance name "snow", with another layer named action where i kept the action code.
I need to create a snow effect, I made this code which seems fine:- for (k=0; k<50; k++) {
duplicateMovieClip(_root.snow, "snow"+k, k);
}
The problem is, i cant fit it into my 450x300 screen, its stays at 200x200, what do i have to do next to make it 450-300, any help is appreciated
http://www.kirupa.co..eveloper/mx/snow.htm
one hell of a sweet tutorial site its got everything.
actually i got it from there, but when i type the second part of the code i get this error:-
Symbol=snow, Layer=Layer 1, Frame=1: Line 16: Clip events are permitted only for movie clip instances
onClipEvent (enterFrame) {