Public Voice Network
- PHP Help 77
- Weinstein VS Einstein 33
- Official NSFW Thread 263263
- Pic of the Day 7478774787
- the gif animation thread 1848918489
- SNEAKERS 481481
- Align shortcode Divs? 99
- Technological Eye Strain 1212
- Old Mac Pro G5 1010
- Bitcoin 123123
- DaftPunk 215215
- Decriminalize all drugs 1212
- Cape Cod 1010
- Art of the Day Thread 324324
- London machete attack 6363
- Looking to source IA... 11
- FMT170513 1818
- Vid of the Day 1507715077
- this style of photography… 1010
- Been asked to do a legal … 2020
- I ❤ Wood 335335
- ☮ WTF 44
- What are you listening to… 55915591
- Game of the Day 1414
AS3 1010 Responses
Last post: 4 years, 7 months ago | Thread started: Oct 7, 08, 4:40 a.m.
- Haydesign
Urgent help if possible.
I created a banner in Flash.
Stupidly i selected AS3 not knowing that it would effect much.So the link to my site doesn't work.
Is there a way of converting the document to AS2 or can someone quickly tell me what the AS3 version of this is please.on(release){
getURL("http://www.mysite.com" , "_blank");
}Thanks.
- Oct 7, 08, 4:40 a.m. – Permalink
- mikotondria3
yourButton.addEventListener(Mous... MouseUp);
function MouseUp(event:MouseEvent):void
{
var request:URLRequest = new URLRequest("http://mysite.com");
navigateToURL(request);
}

- Dog-earOct 7, 08, 4:50 a.m. – Permalink
- mikotondria3
hrm... Mous... should be:
"MouseEvent.MOUSE_UP", MouseUp

- Dog-earOct 7, 08, 4:51 a.m. – Permalink
- mikotondria3
we all feel your pain, Hay - more often than not I think it would have been easier to get up to speed with 3.0 if I'd not spent the last few years blasting out 2.0 without really having to think...
I have been helped greatly by the OReilly 'Essential Actionscript 3.0', and Lee Brimelows GotoAndLearn.com.. stick at it, it really is a far more grown-up language than the spasmodic paper and string of 2.0 :)

- Dog-earOct 7, 08, 5:38 a.m. – Permalink



