Flash 9 :: Easiest Way To Learn Actionscript?
Sep 22, 2008I don't know any other programming languages, but I would like to learn how to use actionscript.
View 1 RepliesI don't know any other programming languages, but I would like to learn how to use actionscript.
View 1 RepliesCan you tell me how to learn Flash (AS3)? Which books to read, which videos to watch? I want learn it.
View 10 RepliesI'm trying to learn flash to learn times tables, so I want to almost but not quite repeat things. I haven't done programming since punch cards so all the "how to get from Actionscript 2 to 3" is less than helpful.I've got a Game Design book but I"m not finding how to simply copy a chunk of frames to repeat (and then change how it ends to take one answer off).
View 2 RepliesWould be of amjor benifit to learn the AS3 structure by way of Flex for the next verison of Flash? What I mean is, will Flash 9's AS be AS3 such as it is in Flex... and if so, would it be wise for me to familiarize myself with Flex's way of coding for that very reason?
View 5 RepliesI am a Java developer. I am good at learning new languages but I can't make head or tail of AS3. It seems like a different mindset that I can't get into or something.Could you provide links a AS3 tutorials that explain everything well, preferable targeted for people who have already programmed?
View 5 RepliesAny good video courses to learn Flash programming? (Actually action script).
View 3 RepliesI have to learn flash player versions on 3 different computers and offcource their browsers
View 4 RepliesI installed Flash Media Server 3.5 on my web server and I'd like to dynamically stream my videos. Does anyone have any recommendations or tutorials for creating a video player in Flash that will dynamically adjust the video according to the user's connection speed?
View 1 RepliesI am having a ton of trouble with something here and if anyone could help it would be a saving grace. I have attached a movie clip to this post. It is a simple little movie clip object I am using. I want to know how I could go about changing the hue of the movie clip dynamically in actionscript without losing any of the "quality" of the movieclip.
View 2 RepliesI recently installed FMS 3.5 and loaded 3 of the same video w/ different bit rates into my vod folder.What's the easiest way to set up a dynamic stream for these videos?
View 3 RepliesI have this animated button that I created from a tutorial, but am a little confused at to how I could set a hotspot for the button, the button is just a white outline square, no background image, so the button is not completely filled.it only triggers when rollover line, am I making any sense.is this the easiest way to create an animated button in as3, seems like there is alot of script??
View 9 RepliesI was contemplating which is the best or easiest way to create three texts with links an Internet site. One method is creating a static text in design mode and only show the static texts with hyperlink or creating all these programmatically by loading external texts and adding the link in code.I was thinking that to be more flexible and portable, creating the hyperlink to some texts programmatically is better but I'm not sure where to start on that. I know how to load external texts now but I'm not sure how to add hyperlinks to it.
View 18 RepliesI have this code inside of my fla. What I want to try to do is to have an external file to populate this. The mm_array and all of the sm#_arrays are used in the rest of the code to build the navigation. Whats the best solution? XML?[code]...
View 2 RepliesI allow my users to upload files from a directory. I use SWFUpload so that they can upload multiple files easily. However, I need to get the absolute path of the directory from which they are uploading.A little research tells me that it can't be done in plain HTML/Javascript or in Flash.Java applets seem to support this, so that's what I'm planning on using. I guess ActiveX can also do it, but I don't know much about ActiveX stuff, so I would rather avoid it.Also, I can assume that the users are using Windows (XP or greater) and IE.It there an easier way (other than writing a Java applet) that I'm missing? Having the user type in the directory into a textfield is an option, but not a very good one.
View 1 Replieswhat the easiest way to play movieclips is using pure AS in classes. Basically, I have a MC instance on the stage with 25 frames and simply want to play it once. Using the play() method causes it to play infinitely, and I can't find any other methods which let me choose the frames i want to play between.
View 7 RepliesWhat do you guys think is the best way to learn Actionscript is? I checked the sticky and the links, they are some good links, but I was wondering what is the best way to go about learning Actionscript. Repetition is probably a factor but should I go from tutorial to tutorial or go up in skill gradually?
View 6 RepliesIn Adobe TV there is a learning series titled "Learn Flash Professional CS4". In that series there are resources, files and such, that are mentioned. Where can I find these files? I searched my install and cannot locate them. Are they available somewhere on the Adobe site for download?
View 2 RepliesWhat would be an advisable way to learn actionscript 3? Is it best to read up and experiment with the basics first or can you jump in at the deep end and try to do more complicated things with the help of forums? Are you going to learn much that way?
View 6 RepliesI had a complete interactive application built in ActionScript 2.0, and now need to revise and update it -- which means converting the old code to 3.0. The first scene is a preloader for the entire application that loads and intro animation before launching the application. I went to the help section figuring that once I had some actionScript in the file, I could delete and experiment with the code until I began to understand (I did take a semester long course in Java, but not much has been retained). If you couldn't tell already, I'm a designer and not a programmer.
I copied the ActionScript from the help section, and pasted it into my Flash document. I went to test movie and got the following error message: "1037: Packages cannot be nested" I can't even figure out what that means! I have nothing else in my document.
[Code]...
I don't seem to find any decent AS3 book for learning Object Oriented Design.
I checked several ones but most assume that you are an intermediate or advanced AS3 developer.One like AS3 Design & Patterns is good but starts simple and get really complicated quickly. Another 2 are Object Oriented AS3 and Advanced AS3 with design patterns is TOO ADVANCED. Now we have OOP books but not for the little guy with limited programming experience like me. What are my alternatives? A friend of mine told me get Head First Java and learn from there it explain Java but especially OOP for beginners. What do you guys think I should do? I feel it is a shame that I need to go to Java to learn OOP because AS3 books are not for beginners.
Does anyone have any links to tutorials where I could learn Actionscript 3.0?
View 1 Repliesi'm newbie in flash action script. I would like to be a game flash maker, mmmm....i'm very confused where do i start? what first step should i learn to create game...
View 3 RepliesCan i learn Flex without learning ActionScript 3?
View 4 RepliesThere is a AIR based software where in you can see as demos as well as code.. I forgot its name.. can anyone please let me know.. the software is from Adobe.
View 1 RepliesI am trying to create a class to learn the in's and out's of AS II and i have stumpled into a bit of a problem i cannot resolve. Below is my class, the problem i am running into is on the monitorLoad() method... Take note of the traces, the first one gives me whatever i input into the class and the second one gets lost and traces undefined...so the problem I am running into has to do with where i create the empty movie clip....but i have no idea where i should create it in order to manipulate my loadBar_mov instance i will manually place on my stage...i realize using _root is not that dynamic and i probably should avoid it...but i dunno what else to do.
[Code]...
I'm looking for general recomendations and tutorials in regards to learning to integrate engines and library code into my projects. I think I have the very basics of AS3 sorted, or at least I know how to figure them out (alot due to this forum).
[Code]...
I'm really trying to learn and construct a for loop in a practical, useful manner. I'm familiar with for loops, but I've never used one in a practical application. I understand the syntax.
[Code]...
1)create a page which contain a flash can be add text dynamiclly
2)make an element full screen in the web page
I found that I have to learn the actionscript to reach my requirement. However I have NEVER did the flash dev,and after googling I do not have a clear understanding of actionscript.
So I want to know some basic concepts:
1)what's the runtime environment of as?
We know the javascript run within the browser,but how about the as?
2)how about the run mechanism ?
For js,the browser download the xx.js to local,and run it.How about the as?Since I have download an actionscript example: but I do not find any xx.as,and just the xx.swf,and xx.fla,so is the xx.fla equal to the xx.js?
3)Should the actionscript be complied?
For js,answer is no. Everyone can see the source codes of the xx.js,but when I try to open the xx.fla with a text editor,I found it is a binary file.
4)how to get started with actionscript,I mean the dev environment.
For javascript,I need nothing,just learn the js Syntax,then open my favoriate text eidtor, then I can write a xx.js,and run it. But how about the actionscript? Since from google I heard people said the flex sdk is needed,I am not sure about their realationship.Also, Do I have to learn how to create the flash - xx.swf? what's the realationship between the actionscript and the flash file? Any populate tool?
In the old motion model it was as easy as highlighting all of the frames, converting them to keyframes then removing the tween. But I have no clue how to do it with the new motion model.
View 6 RepliesWhat material did you use to learn Flex/Air itself, and with ColdFusion + BlazeDS/LCDS?
View 7 Replies