home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / BlueCustom.swf / scripts / DefineSprite_382 / frame_2 / DoAction.as
Encoding:
Text File  |  2008-09-26  |  178 b   |  12 lines

  1. _global.timeday = 1;
  2. if(_root.player.skyit > 3000)
  3. {
  4.    _root.sky.gotoAndPlay("day");
  5. }
  6. else
  7. {
  8.    _root.sky.gotoAndPlay("daystart");
  9. }
  10. _root.player.skyit = 0;
  11. stop();
  12.