|
|
 |
Re: FN-FORUM: Flash Action script 3.0
date posted 11th February 2008 09:16
>>
>> Hi,
>>
>> You could try looking here http://www.flashkit.com/ When I first
>> started
>> fiddling with flash action script I found some fantastic tutorials
>> and help
>> there.
>>
>> Regards
>>
>> Pete
>>
>>
>
>
>
I'd always use Flashkit.com
or
http://www.actionscript.org/
I'm still more geared towards as2 than 3. I know in as2 i'd simply
make the button I wanted invisible ( maybe just reducing the alpha to
0%) then use the simple
code of:
on (release) {
getURL("http://www.whatever.com", "_blank");
}
Like i say it's probably completely different in as3 now but this
might help, worth the shout!
HTH
|
 |
|