home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / whomp.swf / scripts / frame_70 / DoAction.as
Encoding:
Text File  |  2007-04-20  |  132 b   |  8 lines

  1. clicker.onRelease = function()
  2. {
  3.    gClear = true;
  4.    _root.section = 9;
  5.    gotoAndPlay(_root._currentframe + 1);
  6. };
  7. stop();
  8.