Flash tutorials | Flash video tutorials | Flash actionscript | flash animation | flash menu | flashconf.com Flash tutorials, Flash video tutorials, Flash actionscript, flash animation , flash menu

7Feb/100

How to Make a Link in Flash CS4

This was a highly requested tutorial by many different people. I said I would do it in another video, and here it is.

ACTIONS:
instanceNameHere.addEventListener(MouseE vent.CLICK, mouseClick);
function mouseClick
{
var request = new URLRequest("link goes here");
navigateToURL(request,"_blank");
}

7Feb/100

Linking and Using Buttons with ActionScript 3.0

Flash basic : how to add link into Flash button