home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / neko_juppiki.swf / scripts / DefineSprite_88 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  148 b   |  9 lines

  1. this.onPress = function()
  2. {
  3.    if(_root.stat == "main")
  4.    {
  5.       _parent.mouse_press_flg = !_parent.mouse_press_flg;
  6.    }
  7. };
  8. this.stop();
  9.