home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / chicken.swf / scripts / frame_18 / DoAction.as
Encoding:
Text File  |  2006-05-23  |  175 b   |  15 lines

  1. if(start1 == "1")
  2. {
  3.    tellTarget("/acs")
  4.    {
  5.       gotoAndStop(2);
  6.    }
  7. }
  8. else
  9. {
  10.    tellTarget("/slamp")
  11.    {
  12.       gotoAndStop(eval("../:byo") + "1");
  13.    }
  14. }
  15.