home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / starisland.swf / scripts / DefineSprite_1404 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-12-10  |  120 b   |  7 lines

  1. this.onPress = function()
  2. {
  3.    this._visible = false;
  4.    _root.happy2._visible = true;
  5.    _root.happy2.play();
  6. };
  7.