home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / roam-and-protect.swf / scripts / DefineSprite_282 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  94 b   |  10 lines

  1. if(_name eq "tread1")
  2. {
  3.    buddy = "tread2";
  4. }
  5. else
  6. {
  7.    buddy = "tread1";
  8. }
  9. stop();
  10.