Comments on: 12 Great Ways to Learn ActionScript 3 in Flash https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/ Archive of older blog posts written by Josh Tynjala about Flash, Flex, and ActionScript Wed, 26 Jun 2013 02:52:46 +0000 hourly 1 https://wordpress.org/?v=4.9.9 By: Sketchist https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-38862 Thu, 29 Mar 2012 00:38:55 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-38862 Nice tips man thanks for the help! I just now found out how much more AS3 can do for you than AS2! 😀 I am about to commit myself to learning it!

on(release){
     gotoAndPlay(2);
}

goes to…

[object name here].addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame);

function fl_ClickToGoToAndPlayFromFrame(event:MouseEvent):void
{
	gotoAndPlay(5);
}
]]>
By: Sri Vidhya https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-24114 Fri, 16 Dec 2011 07:59:55 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-24114 Hey Josh! Thanks for the tips. Sure its of a great help to me as I am a beginner to Flash Scripting. Keep going! Bookmarked!

]]>
By: Shrinivas https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-17098 Wed, 14 Sep 2011 01:34:22 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-17098 Thanks for providing resources to get into AS3.. 🙂

]]>
By: Albert https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-9808 Sun, 15 May 2011 08:12:38 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-9808 Hi, Josh!

May I add my collection of AS3 tutorials here? It’s a collection of beginners tutorials that I’ve written over the years, and I add more to it from time to time. I mostly use it for classes I teach at a university. Here is the link:

http://tutorials101.blogspot.com/2010/11/flash-actionscript-3-tutorial-index.html

Cheers!

]]>
By: Salvync https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-971 Fri, 19 Nov 2010 16:37:06 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-971 Great recommendation of books. I find actionscript 3 intimidating, but I really want to learn it.

]]>
By: EverythingFLA https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-970 Tue, 24 Aug 2010 15:21:30 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-970 A site that is part free part not with hours of free as3 videos:
http://everythingfla.com/

Hope you like it 😉

]]>
By: Salvync https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-969 Mon, 16 Aug 2010 23:54:45 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-969 Great article. Thank you so much. I hope I can get to learn actionscript 3. right now is like an alien language to me.

]]>
By: Mark Bee https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-968 Thu, 05 Aug 2010 23:57:04 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-968 Brilliant! thanks for the great tips

]]>
By: I have only come here seeking knowledge https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-967 Sun, 24 Jan 2010 20:41:38 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-967 […] Flash Scripting (edit – found a good resource!) – quite a change from the musical goals above, but I believe having a basic-to-good […]

]]>
By: Martin Legris https://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-966 Mon, 14 Dec 2009 01:09:54 +0000 http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-966 Hi, may I suggest this website: http://tutorials.as3.ca . It might need a design, but the content is golden! I have been compiling a list of the best AS3 tutorials so far, organized by category & difficulty level. I keep adding to it weekly.

thank you!

Martin

]]>