home *** CD-ROM | disk | FTP | other *** search
- stop();
- levelSelect.onRollOver = function()
- {
- this.play();
- this._xscale = 110;
- this._yscale = 110;
- };
- levelSelect.onRollOut = function()
- {
- this._xscale = 100;
- this._yscale = 100;
- };
- levelSelect.onPress = function()
- {
- _root.gotoAndStop("levelSelect");
- };
- max_games.onRollOver = function()
- {
- this.play();
- this._xscale = 110;
- this._yscale = 110;
- };
- max_games.onRollOut = function()
- {
- this._xscale = 100;
- this._yscale = 100;
- };
- max_games.onPress = function()
- {
- getUrl("http://www.maxgames.com", "_blank");
- };
-