A Flash Developer Resource Site

Page 1 of 2 12 LastLast
Results 1 to 20 of 25

Thread: [HELP] I'm Screwed

  1. #1
    Insignificant Member Joshman_123's Avatar
    Join Date
    Nov 2004
    Posts
    395

    [HELP] I'm Screwed

    I've got absolutely no idea where to start with Flash. It seems like there's a massive gap between knowing nothing and making a game. All the tutorials assume everyone knows ActionScript and all the Flash terms and everything. So basically I'm screwed.

    No one helps when I ask. They just tell me to do tutorials. It's starting to piss me off.

    How the hell do I get started in Flash? And don't just say you did tutorials because I've tried heaps of them and I'm making no progress at all.
    I have like, a gazillion posts on my other account.

  2. #2
    Hype over content... Squize's Avatar
    Join Date
    Apr 2001
    Location
    Lost forever in a happy crowd...
    Posts
    5,926
    "No one helps when I ask. They just tell me to do tutorials. It's starting to piss me off."

    Erm, how do you think anyone learned ? There's no magic shortcut everyone's keeping from you.
    Writing a game is the hardest thing you can program, and you're bitc'hing that no one's helping you although you admit you don't know actionscript.

    Nothing of any value in life is easy. If you want to learn, just spend the time learning like everyone else has to.

    Squize.

  3. #3
    Insignificant Member Joshman_123's Avatar
    Join Date
    Nov 2004
    Posts
    395
    It's not the people that's pissing me off. But it is frustrating when they all assume I know ActionScript and refer me to tutorials for professionals. No one seems to remember HOW they got to the point they are now.

    So can anyone HELP?
    I have like, a gazillion posts on my other account.

  4. #4
    Member
    Join Date
    Nov 2004
    Location
    singapore
    Posts
    32
    Start with the tutorials... they are definitely not "professional" tutorials... as for me, i started out by learning scripting off the forum and pple's examples.. cuz i was in a 3 weeks project without prior scripting knowledge.. you can do it.. just try
    if-i-nvr-knew

  5. #5
    omglolkthxbye
    Join Date
    Feb 2005
    Posts
    64
    have you allready tried the flash built-in tutorials? you can find them in the help menu...

    really nice click-by-click instructions for beginners, and theres also an introduction into actionscript
    Who do you trust?
    Will they feed us the womb?
    Clone the fetal mirage
    Will they feed us the womb?

  6. #6
    Senior Member mbenney's Avatar
    Join Date
    Mar 2001
    Posts
    2,744
    These three should give you a nice grounding in how actionscript works:

    Variables 101; Instances; Paths to Objects and Variables;

  7. #7
    Member
    Join Date
    Apr 2005
    Location
    London, UK
    Posts
    86
    It seems like there's a massive gap between knowing nothing and making a game
    There is. The bottom line is you won't be able to make anything in Flash unless you know some of basics, eg The Flash interface, the building blocks of a Flash movie. You can learn the basics by doing 1or more of the following: using tutorials,experimenting, looking at exmaple movies or getting a foundation / introductory Flash book. I learnt the basics from a book called Foundation Flash by Friends of Ed, and experimenting.

    It depends how advanced the game is that you want to make, but you'll need to have at least some introductory knowledge of action script (as well as a good knowledge of the basics). I didn't start making a game until i at least could use and knew exactly:

    - what a variable is
    - what an IF statement is
    - what a loop is
    - what an array is

    Lastly, learning flash takes time, determination and alot of experimentation. Good luck
    Last edited by nick_das; 04-18-2005 at 06:21 AM.

  8. #8
    Insignificant Member Joshman_123's Avatar
    Join Date
    Nov 2004
    Posts
    395
    It's like learning a whole new language though. But it's a harder language than any other in the world. I think I would just have trouble getting all the right characters in exactly the right spots.

    I'll give it another go because I'm REALLY determined to learn ActionScript and be able to program a game beginning to end.
    I have like, a gazillion posts on my other account.

  9. #9
    doItLikeThis
    Join Date
    Jan 2004
    Location
    :noitacoL
    Posts
    1,080
    Originally posted by Joshman_123
    It's like learning a whole new language though. But it's a harder language than any other in the world.
    How many languages have you actually studied, 'cause in my opinion this is the easiest language of 'em all. I think what you need is a good clearence of the fundamentals and basics in any programming language, 'cause no matter what language I'll say it again and again that only the syntax changes not the logic.
    -Aditya

  10. #10
    Insignificant Member Joshman_123's Avatar
    Join Date
    Nov 2004
    Posts
    395
    Originally posted by mbenney
    These three should give you a nice grounding in how actionscript works:

    Variables 101; Instances; Paths to Objects and Variables;
    Just did the variables tutorial. It was helpful, but still comes up with an error when I try to put it to action in Flash. And every time I try to correct it Flash comes up with something else to ***** about. Is there a certain condition that variables need to work under? So for example: if you were to make a movie clip and put this in the actions panel:

    my_name = "Josh";

    Would it still come up with an error? Because the tutorial didn't specify where variables can be used or what they can be used for.

    Apart from that, it was a good tutorial. I'll do the others later.
    I have like, a gazillion posts on my other account.

  11. #11
    Senior Member TheLostGuru's Avatar
    Join Date
    Aug 2004
    Location
    I live on this webpage...
    Posts
    784
    Hey Josh, if you are serious about learning actionscript, I would buy Colin Moock's book "Actionscript for Flash MX(if that is what you use), The Definitive Guide". I bought the book when I first started to learn AS and it really helped me out. If you don't want to spend the money, I found some pretty basic tutorials on flashkit that used very simple terms to help you understand. Also if you want to get used to how flash works(minus the actionscript), check out this site. It's pretty goofy and long, but it really taught me how everything in flash works.
    "If I have seen further it is by standing on the shoulders of giants." Isaac Newton
    ------------------------------------------------------------------------------

  12. #12
    Insignificant Member Joshman_123's Avatar
    Join Date
    Nov 2004
    Posts
    395
    Thanks Guru, I'll check that book out, but I find that most Flash-related books are pretty expensive. I've seen that site before but never really had a look at it. I'll check that out too.

    By the way, does anyone know what kind of head start ActionScript will give to a future career in the game industry (if any)?

    Cheers.
    I have like, a gazillion posts on my other account.

  13. #13
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Originally posted by Joshman_123
    By the way, does anyone know what kind of head start ActionScript will give to a future career in the game industry (if any)?
    None really. Game industry doesnt use Flash.

  14. #14
    Junior Member
    Join Date
    Apr 2005
    Posts
    4
    hi, i'm new in those forums.

    i know how to help you.
    two years ago i started learning flash in a computers class, we learned the basics of flash, most of the things you would yous making a flash movie.
    than we studied the most most mosr basic actionscript: how to make a frame stop, how to make a play button, and... no that's about it.
    than one day my teacher showed me a game he made in flas, the most basic platform game in the world, but for that time i was stund!

    i wanted to do everithing to learn a high level actionscript, but alas! the computer class ended, and there a little boy stood, not knowing what to do...
    and then i started surfing the nternet and searching tutorials and examples, and my knowelege in action script grew and grew, and now i'm making games!

    i hope that was a lesson for you.

    p.s. a good website for learning actionscript: www.actionscript.org

  15. #15
    Junior Senior
    Join Date
    Nov 2000
    Location
    sydney
    Posts
    565
    If you're only learning flash to get into the games industry, learn C instead.
    Learning C is a lot more work in the short term, but it will serve you well later. Most common languages today (including actionscript) are based on C syntax, so if you learn C first, actionscript will be very easy to pick up, and you will have a better appreciation of how much hard work flash does for you.
    Signature

  16. #16
    Member
    Join Date
    Mar 2005
    Posts
    44

    Quite right

    I am learing flash actionscript just so i can get to grips with how games are made. Im starting a degree course in software dev-games computing and i know i cant avoid maths and i will need C and java in my repotoir. Im learning flash as an entry level kind of thing, so flash can help you a lot if you are thinknig about moving into the industry. It gives you a taste of problems that software devloplers face each time they make a game and everytime you play an old coin op game esspially, 2d games i mean, you will wonder how it was made and if it can be done on flash etc and thats a great driver for learning actionscript to make games.

  17. #17
    Insignificant Member Joshman_123's Avatar
    Join Date
    Nov 2004
    Posts
    395
    That's exactly what I mean Gripster. I'm learning Flash because I want to make simple games and somewhere in the future I want to work in the game industry, to do the same thing. I'm only 15, so I've got plenty of time to work it out and get used to the whole concept.

    I've got a friend in Hawaii at the moment studying different programming languages (Perl, C++) in uni so he can get into the game industry. He's been telling me about it and it sounds like a pretty gruelling process, but the rewards at the end of a game would be enormous. That's why I want to do it.

    I want to have a nice smooth transition from before uni, to uni, and into the industry. Is anyone else here looking at getting into the actual game industry (console games)?

    Thanks heaps for the replies by the way.
    I have like, a gazillion posts on my other account.

  18. #18
    M.D. mr_malee's Avatar
    Join Date
    Dec 2002
    Location
    Shelter
    Posts
    4,139
    Focus on how to move something first.

    to move something you need an object (MovieClip) or player that is going to move.

    second you need to create values (variables) that set and record different information about this player

    thirdly you need a method (function) of controlling the player

    here is a simple idea

    add this code onto the players first frame.

    //these are the variables that the player uses to move and slow down

    function setValues(){
    speed = 5
    deceleration = .8
    }

    //this code runs everytime a frame is entered, since we have only one frame this code will continually run, once it has been run it cannot be stopped unless it belongs to a class. but this is getting of the point.

    onEnterFrame = function(){

    //these are key codes and when pressed we set the varibles x and y to add themselves with the "speed" varible

    if(Key.isDown(Key.RIGHT)){
    x += speed
    }else if(Key.isDown(Key.LEFT)){
    x -= speed
    }else{
    x *= deceleration
    }

    if(Key.isDown(Key.UP)){
    y += speed
    }else if(Key.isDown(Key.DOWN)){
    y -= speed
    }else{
    y *= deceleration
    }

    //here we use the information from "x" and "y" to set the players actual position "_x" and "_y"

    _x += x
    _y += y

    }
    //run the first function or we will have no speed or deceleration

    setValues()
    __________________________________________________ ________________

    this exact tutorial is how i learned about flash games, it simply moves a player around in a maximum of 8 directions. What i would do now is read the Flash dictionary on:

    1. functions - "function setValues()"
    2. variables - "x, y"
    3. properties - "_x, _y"
    4. movieClips

    That dictionary is a freakin life saver. All you need to know is in that dictionary, it just might be hard to find it. Keep going with it and you'll see results.

    Another suggestion is to download "The Games Factory" this got me started in the basic understanding of how a game works. Bloody brilliant mate.
    lather yourself up with soap - soap arcade

  19. #19
    Insignificant Member Joshman_123's Avatar
    Join Date
    Nov 2004
    Posts
    395
    Cheers, but the code doesn't work.
    I have like, a gazillion posts on my other account.

  20. #20
    hmm Pugger's Avatar
    Join Date
    Sep 2003
    Location
    Perth, Australia
    Posts
    616
    Yes it does.

    Did you:

    add the code onto the players first frame?

    I'm guessing thats where you went wrong.

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