[vet-mm] FLASH ActionScript 3.0 Buttons
Geraldine McKenna
g.mckenna at optusnet.com.au
Sun Feb 15 21:54:57 EST 2009
Here is script to go to next scene. Maybe it can be easily adapted to go to
a different frame within the timeline. Good Luck.
button2.addEventListener(MouseEvent.CLICK, Scene3);
function Scene3(event:MouseEvent):void
{
gotoAndPlay(1, 'Scene 3')
}
Geraldine McKenna
On 15/02/09 8:27 PM, "Raymond Nashar" <rnashar at msj.melb.catholic.edu.au>
wrote:
> Hi,
>
> I'm trying to give buttons the ability to navigate to different frames
> in a timeline.
>
> I'm used to using behaviors in ActionScript 2.0.
>
> How is it done in ActionScript 3.0?
>
> Does anyone have a simple example or fla file to share?
>
> Thanks heaps in advance!
>
> -Ray
>
>
>
> Raymond Nashar
> eLearning Coordinator
>
> Mount Saint Joseph Girls' College
> 133 Maidstone Street
> Altona, Victoria, Australia 3018
>
> p :: 03 8398 2000
> f :: 03 9398 3498
> w :: www.msj.melb.catholic.edu.au
>
> _______________________________________________
> http://www.edulists.com.au - FAQ, resources, subscribe, unsubscribe
> VET Multimedia Mailing List kindly supported by
> http://www.vcaa.vic.edu.au/vet/programs/multimedia/multimedia.html - Victorian
> Curriculum and Assessment Authority and
> http://www.pixeled.org.au - PixelEd Multimedia Teachers Association
More information about the vet-mm
mailing list