home *** CD-ROM | disk | FTP | other *** search
- stop();
- fscommand("allowscale","false");
- fscommand("showmenu","false");
- butplay.onRelease = function()
- {
- nextFrame();
- };
- butinst.onRollOver = function()
- {
- this.play();
- };
- butinst.onRollOut = function()
- {
- this.gotoAndStop(1);
- };
- buthome.onRelease = function()
- {
- getURL("http://www.sismostudio.com/",_blank);
- };
- butmail.onRelease = function()
- {
- getUrl("mailto:info@sismostudio.com", "");
- };
-