home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / staticshock.swf / scripts / DefineSprite_882 / frame_3 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  221 b   |  15 lines

  1. nextButton.onPress = function()
  2. {
  3.    if(helpCnt == 3)
  4.    {
  5.       helpCnt++;
  6.       delete this.onPress;
  7.    }
  8.    else
  9.    {
  10.       helpCnt++;
  11.    }
  12.    _root.heartCollectedSFX.start();
  13.    gotoAndStop(helpCnt);
  14. };
  15.