home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / DeliBEEry.swf / scripts / frame_102 / DoAction.as
Encoding:
Text File  |  2006-06-06  |  427 b   |  24 lines

  1. stop();
  2. fscommand("allowscale","false");
  3. fscommand("showmenu","false");
  4. butplay.onRelease = function()
  5. {
  6.    nextFrame();
  7. };
  8. butinst.onRollOver = function()
  9. {
  10.    this.play();
  11. };
  12. butinst.onRollOut = function()
  13. {
  14.    this.gotoAndStop(1);
  15. };
  16. buthome.onRelease = function()
  17. {
  18.    getURL("http://www.sismostudio.com/",_blank);
  19. };
  20. butmail.onRelease = function()
  21. {
  22.    getUrl("mailto:info@sismostudio.com", "");
  23. };
  24.