home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / old_film / scratch.swf / scripts / DefineSprite_6 / frame_2 / DoAction.as
Encoding:
Text File  |  2002-04-26  |  318 b   |  14 lines

  1. TimeNow = getTimer();
  2. TimeDiff = TimeNow - StartTimer;
  3. if(timegap < TimeDiff)
  4. {
  5.    xscale = int(random("5") * "10") + "100";
  6.    setProperty("Line" add a, _xscale, xscale);
  7.    setProperty("Line" add a, _X, _X + random("10"));
  8.    tellTarget("Line" add a)
  9.    {
  10.       gotoAndPlay(1);
  11.    }
  12.    call("Setup");
  13. }
  14.