RSS twitter

Posts tagged ‘actionscript link to url’

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

Linking and Using Buttons with ActionScript 3.0

Today we will learn how to Linking and Using Buttons with ActionScript 3.0 step by step flash tutorial

Flash basic : how to add link into Flash button