home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / RadioactiveSnakesFromMa.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-20  |  117 b   |  13 lines

  1. function killuser()
  2. {
  3.    _root.gotoAndStop(20);
  4. }
  5. if(agree == 1)
  6. {
  7.    nextFrame();
  8. }
  9. else
  10. {
  11.    stop();
  12. }
  13.