Hi all…
Check this out… It’s quite neato:
But… When you try to add it to your application (copy - paste the lot), it comes up with this error…
Error Symbol=flame, layer=Layer 1, frame=2:Line 1: ‘)’ or ‘,’ expected
duplicateMovieClip(“mcFlame”, “Flame”, add index, index);
Total ActionScript Errors: 1 Reported Errors: 1
( The Code )
duplicateMovieClip(“mcFlame”, “Flame”, add index, index);
xcoord=Math.random()*10;
xStretch=Math.random()*50;
yStretch=Math.random()*100;
opacity=Math.random()*60;
setProperty(“Flame” add index, _x, xcoord);
setProperty(“Flame” add index, _xscale, xStretch);
setProperty(“Flame” add index, _yscale, yStretch);
setProperty(“Flame” add index, _alpha, opacity);
++index;
Please help if you can.