home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / terrain.swf / scripts / DefineSprite_2382 / frame_142 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  228 b   |  19 lines

  1. stop();
  2. tellTarget("/scene")
  3. {
  4.    play();
  5. }
  6. tellTarget("/scene/snipescene00")
  7. {
  8.    play();
  9. }
  10. tellTarget("/skipy00")
  11. {
  12.    gotoAndStop("skipless");
  13. }
  14. tellTarget("/")
  15. {
  16.    gotoAndStop("mainsnipe00");
  17.    play();
  18. }
  19.