home *** CD-ROM | disk | FTP | other *** search
- this.onPress = function()
- {
- _parent._parent.play();
- };
- this.onRollOver = function()
- {
- this.mc_base.gotoAndPlay("over");
- };
- this.onRollOut = function()
- {
- this.mc_base.gotoAndStop("stay");
- };
- this.onReleaseOutside = function()
- {
- this.mc_base.gotoAndStop("stay");
- };
-