home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / help_turtle.swf / scripts / frame_52 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  265 b   |  16 lines

  1. stop();
  2. _root.c1.onRelease = function()
  3. {
  4.    _root.c1.gotoAndStop(2);
  5.    _root.c2.gotoAndStop(1);
  6.    v = 2;
  7.    startM = true;
  8. };
  9. _root.c2.onRelease = function()
  10. {
  11.    _root.c2.gotoAndStop(2);
  12.    _root.c1.gotoAndStop(1);
  13.    v = 1;
  14.    startM = true;
  15. };
  16.