home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / flashbox.swf / scripts / DefineSprite_140 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  173 b   |  10 lines

  1. if(Inited == "0")
  2. {
  3.    call("Initialize");
  4. }
  5. if(Running and (Dropping or MoveDuration < getTimer() - LastMove))
  6. {
  7.    call("PieceFall");
  8.    LastMove = getTimer();
  9. }
  10.