home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / PuzzlePuzzle.swf / scripts / DefineSprite_40 / frame_81 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  130 b   |  10 lines

  1. if(this._y >= 360 || 360 < this._y + 10 * yellowa)
  2. {
  3.    gotoAndPlay(82);
  4. }
  5. else
  6. {
  7.    yellowa += 3;
  8.    gotoAndPlay(80);
  9. }
  10.