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");
}


Similar Posts:

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.