home *** CD-ROM | disk | FTP | other *** search
- stop();
- BN_start.onRollOver = function()
- {
- this.nextFrame();
- };
- BN_start.onRollOut = function()
- {
- this.prevFrame();
- };
- BN_start.onReleaseOutside = function()
- {
- this.prevFrame();
- };
- BN_start.onRelease = function()
- {
- gotoAndStop("game");
- };
- BN_help.onRollOver = function()
- {
- this.nextFrame();
- };
- BN_help.onRollOut = function()
- {
- this.prevFrame();
- };
- BN_help.onReleaseOutside = function()
- {
- this.prevFrame();
- };
- BN_help.onRelease = function()
- {
- gotoAndStop("help");
- };
- if(firstInit == undefined)
- {
- firstInit = false;
- SoundObj = new Sound(this);
- SoundObj.attachSound("SoundObj");
- vol = 1;
- }
- title_mc._visible = true;
-