home *** CD-ROM | disk | FTP | other *** search
- _root.game.checkpoint_1b_01.onEnterFrame = function()
- {
- if(this.hitTest(_root.game.player))
- {
- _root.camHeight += 15;
- _root.gotoNext = "card:bank";
- _root.fadeout.play();
- }
- };
- _root.game.checkpoint_1b_02.onEnterFrame = function()
- {
- if(this.hitTest(_root.game.player))
- {
- _root.overlay.gotoAndPlay("goLeft");
- }
- };
-