home *** CD-ROM | disk | FTP | other *** search
- start.onRollOver = function()
- {
- this.bar.gotoAndStop(2);
- };
- start.onRollOut = function()
- {
- this.bar.gotoAndStop(1);
- };
- start.onRelease = function()
- {
- click.start();
- gotoAndPlay(8);
- };
- ins.onRollOver = function()
- {
- this.bar.gotoAndStop(2);
- };
- ins.onRollOut = function()
- {
- this.bar.gotoAndStop(1);
- };
- ins.onRelease = function()
- {
- click.start();
- gotoAndStop(6);
- };
- preview.onRollOver = function()
- {
- this.bar.gotoAndStop(2);
- };
- preview.onRollOut = function()
- {
- this.bar.gotoAndStop(1);
- };
- preview.onRelease = function()
- {
- click.start();
- gotoAndPlay(7);
- };
- _root.onEnterFrame = function()
- {
- };
- stop();
-