I am trying to learn Flash. I did the Flash Snow 3.0 tutorial on [COLOR=royalblue]http://www.kirupa.com/developer/flash8/snow.htm[/COLOR] exactly like it said but when I tried to view “Test Movie”, I get this message:
[COLOR=red]Error Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement block must be terminated by ‘}’
init = function () { width = 300;// pixelsheight = 200;// pixelsmax_snowsize = 10;// pixelssnowflakes = 50;// quantityfor (i=0; i<snowflakes; i++) {t = attachMovie(“snow”, “snow”+i, i);t._alpha = 20+Math.random()60;t._x = -(width/2)+Math.random()(1.5width);t._y = -(height/2)+Math.random()(1.5height);t._xscale = t._yscale=50+Math.random()(max_snowsize10);t.k = 1+Math.random()2;t.wind = -1.5+Math.random()(1.43);t.onEnterFrame = mover;}};[/COLOR]
[COLOR=red]Error Scene=Scene 1, layer=Layer 1, frame=1:Line 4: Syntax error.[/COLOR]
[COLOR=red]Total ActionScript Errors: 2 Reported Errors: 2[/COLOR]
[COLOR=black]Could someone please advise? I started from scratch several times to make sure I was following directions exactly. I am using Flash 8 professional.[/COLOR]