RSS twitter

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:

Leave a Reply