home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / bigtruckadventures2.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2008-09-04  |  482 b   |  22 lines

  1. continueBut.onRelease = function()
  2. {
  3.    gotoAndPlay(5);
  4. };
  5. fogLink.onRelease = function()
  6. {
  7.    getUrl("http://www.freeonlinegames.com", "_BLANK");
  8. };
  9. ssLink.onRelease = function()
  10. {
  11.    getUrl("http://www.simplesolutionweb.com", "_BLANK");
  12. };
  13. jmLink.onRelease = function()
  14. {
  15.    getUrl("http://www.simplesolutionweb.com/joshmerritt", "_BLANK");
  16. };
  17. unspecialLink.onRelease = function()
  18. {
  19.    getUrl("http://www.myspace.com/unspecial", "_BLANK");
  20. };
  21. gotoAndStop(8);
  22.