[vet-mm] Re: FLASH ActionScript 3.0 Buttons

Raymond Nashar rnashar at msj.melb.catholic.edu.au
Tue Feb 17 15:20:51 EST 2009


This email list rocks! Thank you all so much for taking the time to  
reply!

Hope I will have something to contribute to you :D


On 17/02/2009, at 10:37 AM, vet-mm-request at edulists.com.au wrote:

> Send vet-mm mailing list submissions to
> 	vet-mm at edulists.com.au
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.edulists.com.au/mailman/listinfo/vet-mm
> or, via email, send a message with subject or body 'help' to
> 	vet-mm-request at edulists.com.au
>
> You can reach the person managing the list at
> 	vet-mm-owner at edulists.com.au
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of vet-mm digest..."
>
>
> Today's Topics:
>
>   1. Re: FLASH ActionScript 3.0 Buttons (Kevork Krozian)
>   2. Re: Principles of design Site (peterfowler at optusnet.com.au)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 17 Feb 2009 10:13:37 +1100
> From: "Kevork Krozian" <Kroset at novell1.fhc.vic.edu.au>
> Subject: Re: [vet-mm] FLASH ActionScript 3.0 Buttons
> To: "VET Multimedia Teachers' Mailing List" <vet-mm at edulists.com.au>
> Message-ID: <499A8D7C.EE3E.0095.0 at novell1.fhc.vic.edu.au>
> Content-Type: text/plain; charset=US-ASCII
>
> Hi Folks,
>
> The great aspect to jumping to a random frame is that you can play a  
> multitude of games eg. Give me a random card face from a set of 10  
> faces one per frame. If you have 3 cards adjacent you could play a  
> poker machine game as long as the students are given sufficient  
> warnings about the hazards of gambling. Or a set of 6 die ( dice )  
> faces to return a random face ; double it and you could have a pair  
> of dice that could be used to play a game such as backgammon .....  
> Great potential !
>
>
> Take Care
>
>
>
> Kevork Krozian
> IT Manager , Forest Hill College
> k.krozian at fhc.vic.edu.au
> http://www.fhc.vic.edu.au
> Mobile: 0419 356 034
>
>>>> <peterfowler at optusnet.com.au> 16/02/2009 3:20 pm >>>
> Hi Ray,
> If you want the button to take you to an exact frame you would use  
> the following code on the first frame of an empty layer( nav_btn is  
> the instance name of the button, and nav_to the name of the function  
> you are calling)
>
> nav_btn.addEventListener(MouseEvent.CLICK, nav_to);
>
> function nav_to(event:MouseEvent) :void {
> gotoAndPlay(2);
> }
>
> You still use stop(); to stop the playhead advancing.
> However if you want the button to take you to a random frame number  
> when you click it you would use the code below (12 is the number of  
> frames on the timeline you can select from. That is an arbitrary  
> number of frames that I chose but could be any amount)
>
>
> nav_btn.addEventListener(MouseEvent.CLICK, nav_to);
>
> function nav_to(event:MouseEvent) :void {
> gotoAndPlay((Math.floor(Math.random()*12))+1);
> }
>
> I hope that is what you needed.
> Good luck.
> Peter Fowler
> Swinburne Senior Secondary College
>
>
>
>
>
>> 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
> _______________________________________________
> 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
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 17 Feb 2009 10:36:44 +1100
> From: peterfowler at optusnet.com.au
> Subject: Re: [vet-mm] Principles of design Site
> To: "VET Multimedia Teachers' Mailing List" <vet-mm at edulists.com.au>
> Message-ID: <200902162336.n1GNajri029452 at mail01.syd.optusnet.com.au>
> Content-Type: text/plain; charset="us-ascii"
>
>
> Hi,
> I have added two attachments ( quite large files) that I use to help  
> explain the elements and principles of design. However the names of  
> the Principles of Design differ from the training package.
> I hope that they help a little.
> Yours Sincerely
> Peter Fowler
> Swinburne Senior Secondary College
>
>
>> Stoney, Marian Sy <stoney.marian.sy at edumail.vic.gov.au> wrote:
>>
>> Hi,
>> I am assuming you mean the principles referred to in the VET MM  
>> training
>> package. They are:
>>
>> *
>> 	perspective
>> *
>> 	scale
>> *
>> 	proportion
>> *
>> 	emphasis
>> *
>> 	balance
>> *
>> 	movement
>> *
>> 	unity
>>
>>
>> However if you are referring to the ones used in VCD, they differ
>> slightly. Hope this is of some help. Get back to me if you want the  
>> VCD
>> ones instead,
>> Yours,
>> Marian
>>
>> ________________________________
>>
>> From: vet-mm-bounces at edulists.com.au on behalf of Xufang Heinze
>> Sent: Mon 16/02/2009 7:35 PM
>> To: VET Multimedia Teachers' Mailing List
>> Subject: RE: [vet-mm] Illustration Site
>>
>>
>>
>>
>> Dear all,
>>
>> Please excuse me asking this silly question: could anyone tell me  
>> that:
>> "What is the principals of visual design and communication?"
>>
>> I try to found this information over the Internet and couldn't get  
>> it.
>>
>> Many thanks!
>>
>> Xufang Heinze
>> ICT Teacher/Manager of QUAD
>>
>> The Knox School
>> A co-educational, independent school with a global perspective
>> PRE-PREP TO YEAR 12
>> 220 Burwood Highway
>> Wantirna South VIC 3152
>> Phone: +61 3 8805 3800
>> Direct line: +61 3 8805 3616
>> Fax: +61 3 9887 1850
>> Mobile: 0407 527 888
>> Website: www,knox.vic.edu.au
>> CRICOS Provider NO: 00151G ABN: 16 095 158 222 RTO Number: 21335
>>
>> ________________________________________
>> From: vet-mm-bounces at edulists.com.au [vet-mm- 
>> bounces at edulists.com.au] On
>> Behalf Of claire [claire at warrandytehigh.vic.edu.au]
>> Sent: Monday, February 16, 2009 4:07 PM
>> To: VET Multimedia Teachers' Mailing List
>> Subject: [vet-mm] Illustration Site
>>
>> A lovely site for illustration, drawing styles, character development
>> and some animation:
>> http://www.childrensillustrators.com
>> <http://www.childrensillustrators.com/>
>> Claire Bloom :-)
>> Warrandyte High
>> _______________________________________________
>> http://www.edulists.com.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 <http://www.pixeled.org.au/>   - PixelEd
>> Multimedia Teachers Association
>>
>> _______________________________________________
>> http://www.edulists.com.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 <http://www.pixeled.org.au/>   - PixelEd
>> Multimedia Teachers Association
>>
>>
>>
>> Important - This email and any attachments may be confidential. If
>> received in error, please contact us and delete all copies. Before
>> opening or using attachments check them for viruses and defects.
>> Regardless of any loss, damage or consequence, whether caused by the
>> negligence of the sender or not, resulting directly or indirectly  
>> from
>> the use of any attached files our liability is limited to resupplying
>> any affected attachments. Any representations or opinions expressed  
>> are
>> those of the individual sender, and not necessarily those of the
>> Department of Education and Early Childhood Development.
>
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: The Elements of Design.doc
> Type: application/msword
> Size: 219648 bytes
> Desc: not available
> Url : http://www.edulists.com.au/pipermail/vet-mm/attachments/20090217/c1d605eb/TheElementsofDesign.doc
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: The Principles of Design.doc
> Type: application/msword
> Size: 104960 bytes
> Desc: not available
> Url : http://www.edulists.com.au/pipermail/vet-mm/attachments/20090217/c1d605eb/ThePrinciplesofDesign.doc
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Designing for the Web.doc
> Type: application/msword
> Size: 91136 bytes
> Desc: not available
> Url : http://www.edulists.com.au/pipermail/vet-mm/attachments/20090217/c1d605eb/DesigningfortheWeb.doc
>
> ------------------------------
>
> _______________________________________________
> vet-mm mailing list
> vet-mm at edulists.com.au
> http://www.edulists.com.au/mailman/listinfo/vet-mm
>
>
> End of vet-mm Digest, Vol 48, Issue 10
> **************************************
>



More information about the vet-mm mailing list