home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / ponky.swf / scripts / DefineSprite_118 / frame_10 / DoAction.as < prev   
Encoding:
Text File  |  2006-05-23  |  169 b   |  16 lines

  1. if(T < "5")
  2. {
  3.    tellTarget("sd")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7. }
  8. if(T < "1")
  9. {
  10.    tellTarget("..")
  11.    {
  12.       gotoAndStop("Fin");
  13.       play();
  14.    }
  15. }
  16.