Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

+ Reply to Thread
Results 1 to 1 of 1
  1. #1

    Default Simple Snowflake Script won't work

    Hi,

    I've spent the last several hours going through tutorials on a snowflake animation and keept getting a series of erros from the code. I followed the tutorial from lear***ash.com, checked, re-checked, re-started and checked again. I don't know how to resolve the issues, if someone could add any insight it would be most appreciated.

    Here is the script and i have attached the error messages:

    this.createEmptyMovieClip ("canvas_mc", 10);

    myInterval=setInterval (addFlake, 500);

    function addFlake() {
    var t:MovieClip = canvas_mc.attachMovie("flake5","flake"+i, canvas_mc.getNextHighestDepth() );
    i++;
    t._xscale=t._yscale=Math.random()*90+10;
    t._x=Math.random ()*Stage.width;
    t._y=-50;
    t._alpha - Math.random ()*40+50;
    }
    Attached Images

  2. # ADS
    Join Date
    Always
    Posts
    Many
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial