home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / dragons_eye / trail.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2002-11-17  |  226 b   |  12 lines

  1. n += "20";
  2. if(n < "360")
  3. {
  4.    duplicateMovieClip("/light","light" add n,"16384" + n);
  5.    setProperty("/light" add n, _rotation, getProperty("light", _rotation) - n * "1.5");
  6.    gotoAndPlay(4);
  7. }
  8. else
  9. {
  10.    stop();
  11. }
  12.