home *** CD-ROM | disk | FTP | other *** search
/ Sony Picture Package / PICTUREPACKAGE.ISO / Cyber / en / version.swf / scripts / frame_21 / DoAction.as
Text File  |  2004-01-13  |  156b  |  10 lines

  1. this.closeBtn_mc.onPress = function()
  2. {
  3.    appMain.pressAction();
  4. };
  5. this.closeBtn_mc.onRelease = function()
  6. {
  7.    releaseAction();
  8. };
  9. this.stop();
  10.