home *** CD-ROM | disk | FTP | other *** search
- continueBut.onRelease = function()
- {
- gotoAndPlay(5);
- };
- fogLink.onRelease = function()
- {
- getUrl("http://www.freeonlinegames.com", "_BLANK");
- };
- ssLink.onRelease = function()
- {
- getUrl("http://www.simplesolutionweb.com", "_BLANK");
- };
- jmLink.onRelease = function()
- {
- getUrl("http://www.simplesolutionweb.com/joshmerritt", "_BLANK");
- };
- unspecialLink.onRelease = function()
- {
- getUrl("http://www.myspace.com/unspecial", "_BLANK");
- };
- gotoAndStop(8);
-