A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: difficulty of action script?

  1. #1
    Junior Member
    Join Date
    Dec 2005
    Posts
    22

    difficulty of action script?

    How difficult is it to learn actionscript if you already have experience in other languages such as Java? Is there much difference or is it just a case a learning syntax? Im considering using flash for prototyping but if actionscript would take a long time to learn, it might not be efficient to do so.
    Thanks

  2. #2
    Senior Member
    Join Date
    Jun 2005
    Posts
    132
    I dont think it's too bad, i dont really have much experience, and i'm making do, as far as i can, and ask when i get stumped.

  3. #3
    An FKer
    Join Date
    Sep 2005
    Location
    Ontario
    Posts
    1,167
    ne0the0ne,

    I started learning flash in school for about a semester and we hardly did any actionscripting. All the actionscipting I've learned was by coming on to forums and learning to make things such as simple games.

    Actionscripting isnt too hard to learn the basics and even some advanced stuff. Eventually you get used to it that learning new techniques become simple since you already know alot of the syntax.

    Anyways, if you new to flash I suggest learning about things such as buttons and movieclips and the different basic coding you can do with those since those are the most used objects

    Have fun

  4. #4
    Senior Member EQFlash's Avatar
    Join Date
    Jun 2002
    Location
    where i'm at
    Posts
    2,735
    Quote Originally Posted by ne0the0ne
    How difficult is it to learn actionscript if you already have experience in other languages such as Java? Is there much difference or is it just a case a learning syntax? Im considering using flash for prototyping but if actionscript would take a long time to learn, it might not be efficient to do so.
    Thanks
    even though actionscript is different from javascript. they have their similarities. I think actionscript is much easier though. a lot of it is self explanatory.
    i.e. if you want a button to open a link. the code would be

    on(release){
    getURL("http://www.flashkit.com");
    }
    the code is pretty simple to understand, i think, in comparison to javascript performing the same function. Maybe it's just me though
    If you don't think you're going to like the answer, then don't ask the question.

  5. #5
    An FKer
    Join Date
    Sep 2005
    Location
    Ontario
    Posts
    1,167
    I did a course of java back in grade 12 highschool last year and when I started doing actionscripting on my own time I started noticing similarities with the whole functions and Object Oriented Programming.

    So yea, I think it helped me alot in learning action scripting. My twin brother does Flash as well, but he's more on the artsy side of it. He didnt take any programming while at highschool and has trouble with some of the actionscripting that I find easy , so knowing some programming should help

  6. #6
    Junior Member
    Join Date
    Dec 2005
    Posts
    22
    Thanks for the replies. I decided to go ahead and start learning actionscript so expect (probably stupid) questions from me in the near future

    edit: Whats the difference between AS1 and AS2? I've got flash mx so I think Ive got AS2.
    Last edited by ne0the0ne; 12-28-2005 at 09:17 PM.

  7. #7
    Senior Member
    Join Date
    Jul 2005
    Posts
    692
    You have AS1, but there isnt much of a difference.

  8. #8
    Junior Member
    Join Date
    Dec 2005
    Posts
    22
    Ah well, as long as I can get something working .

  9. #9
    the friendly canadian DaVulf's Avatar
    Join Date
    Feb 2004
    Location
    Singapore
    Posts
    2,017
    The only main difference with AS2 is it 'simplifies' some things and adds more cross-coding support (php, xml etc.).

    In regards to the original query, I originally started learning AS, and then took a course on Java programming. Suffice it to say that AS is far easier as for one, it doesn't require a semicolon at the end of each line...

  10. #10
    Junior Member
    Join Date
    Dec 2005
    Posts
    22
    I dont know if thats a good thing or not. Im so used to adding a semi-colon I think Im going to keep adding them, and then once I get used to not adding them, but then go back to java.............

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center