A Flash Developer Resource Site

Results 1 to 17 of 17

Thread: My first game (rubish)

  1. #1
    Junior Member
    Join Date
    Oct 2005
    Posts
    16

    My first game (rubish)

    This is my first ever game
    It's a simple game where you have to shoot Kill (a charecter from my website)

    Play here
    Discover the world of Super Adam!

  2. #2
    An FKer
    Join Date
    Sep 2005
    Location
    Ontario
    Posts
    1,167
    Yup I definitly put those angry faces in their place ... haha

    Well my suggestion is to make a score system, maybe even a highscore system so that the players have something to strive towards

    Also, try making it extremely easy at first, and as the player brings in the points slowly gets faster and multiple dudes come flying out

    Good job on a first game

  3. #3
    A Flashkit User
    Join Date
    Sep 2005
    Location
    Ontario, Canada
    Posts
    405
    Nice game with lots of potential =D

    There are different things you could do to it to make it a lot more effective like Osteel said. Heres some ideas of my own...

    -Randomize the order of the heads
    -Have a point system (maybe different heads that give you 2 points, -1 points, etc.
    -Making the head explode so that the user can't relick it when its going back down

    Very good game, maybe try some of our suggestions or some of your own ideas to try to make it better =D

    Keep up the work

    -Ostil-

    PS.
    I did 'win' something, I won the honour of writing second in your thread! =D

  4. #4
    Junior Member
    Join Date
    Oct 2005
    Posts
    16
    Thanks guys for the responses

    It was basically just an experiment to see if I could make a dead simple game using no actionscript whatsoever

    Thanks guys
    Discover the world of Super Adam!

  5. #5
    Senior Member The Helmsman's Avatar
    Join Date
    Aug 2005
    Location
    _root
    Posts
    449
    Sorry buddy, but the gameplay is boring.
    Try to use following appearence:
    - divide game to levels
    - add bonuses
    - change environements
    - add scores
    - make some story which will explains on what is all about
    - add instructions page
    - create some intro (and don't forget a skip btn, dude )
    Then submit your new, updated, fresh version here and everyone will be happy!!!!

  6. #6
    Junior Member
    Join Date
    Oct 2005
    Posts
    16
    Quote Originally Posted by The Helmsman
    Sorry buddy, but the gameplay is boring.
    Try to use following appearence:
    - divide game to levels
    - add bonuses
    - change environements
    - add scores
    - make some story which will explains on what is all about
    - add instructions page
    - create some intro (and don't forget a skip btn, dude )
    Then submit your new, updated, fresh version here and everyone will be happy!!!!
    Thats a bit of a list I'm only new at this.
    Discover the world of Super Adam!

  7. #7
    Senior Member The Helmsman's Avatar
    Join Date
    Aug 2005
    Location
    _root
    Posts
    449
    Quote Originally Posted by Super Adam
    Thats a bit of a list I'm only new at this.
    The last three suggestions from the list don't require any special knowledge or programming skills.

  8. #8
    An FKer
    Join Date
    Sep 2005
    Location
    Ontario
    Posts
    1,167
    Super Adam

    You might be new at this flash game making (so am I haha), but thats the best part because we get to learn all these cool things by trial and error and by getting help here on the forums

    So try each suggestion one at a time and learn how you can go about accomplishing them bug free and then you'll find you have what it takes to make a better game

    If I think back to the first times I used flash back in highschool, I can honestly say Ive come a LONG way just from making a few simple simple games ... very good learning experience

    Good luck

  9. #9
    _One of a Kind_ j.manfogle's Avatar
    Join Date
    Aug 2005
    Location
    Philippines/usa
    Posts
    198
    Great Start! just make few upgrades and u got a GREAT Game!!
    Fogle

  10. #10
    hmm Pugger's Avatar
    Join Date
    Sep 2003
    Location
    Perth, Australia
    Posts
    616
    Games don't need intros. I don't think I've ever seen an intro that adds anything to the game - maybe because I instantly hit that skip button.

    Seems like a lot of work for something people are just going to skip. So I wouldn't worry about that bro.

    Oh, by the way, yeah, not a bad start. A preloader would be nice, but must emit it is not easy for someone starting programming to program.
    Last edited by Pugger; 11-03-2005 at 11:35 PM. Reason: Fixing my crappy spelling, oh and sorry about the bad grammer

  11. #11
    Junior Member
    Join Date
    Oct 2005
    Posts
    10
    lol great game, it was fun.

  12. #12
    An FKer
    Join Date
    Sep 2005
    Location
    Ontario
    Posts
    1,167
    Pugger

    Yea I agree with you that games really arnt good with an intro unless its absolute nessessary

    Like you I too skip the intros when I play small games as I know I wont be playing it long and so dont take the time

  13. #13
    A Flashkit User
    Join Date
    Sep 2005
    Location
    Ontario, Canada
    Posts
    405
    Well, if you want an intro that must be watched in order to understand the game, just make it short and sweet...and no skip button :P

    -Ostil-

  14. #14
    smile for the camera! jesserules's Avatar
    Join Date
    Dec 2004
    Location
    a dark place where people have trouble in flash
    Posts
    720
    eh, i don't really like it.
    but i didn't like the whole concept of the website, either. it seemed like you were trying too hard to seem like a strange parody.
    My site
    The Current Project is RoboRace.
    Screens Public Beta Coming Soon!

  15. #15
    Insignificant Member Joshman_123's Avatar
    Join Date
    Nov 2004
    Posts
    395
    Hey, this is on topic so don't flame me... how do you do random things using AS? I know a bit about AS but I know nothing about randomness. What do you type to make something random?
    I have like, a gazillion posts on my other account.

  16. #16
    M.D. mr_malee's Avatar
    Join Date
    Dec 2002
    Location
    Shelter
    Posts
    4,139
    Quote Originally Posted by Joshman_123
    Hey, this is on topic so don't flame me... how do you do random things using AS? I know a bit about AS but I know nothing about randomness. What do you type to make something random?
    //there are two way's i know of.
    //whole number
    var randomNumber = random(10) //returns a random number between 0-9
    //decimal
    var randomNumber = Math.random() //returns a decimal ie. .1, .2, .3, .4, .5 ...
    lather yourself up with soap - soap arcade

  17. #17
    Insignificant Member Joshman_123's Avatar
    Join Date
    Nov 2004
    Posts
    395
    OK, I just had my own turn at randomness and this is what I came up with. I'd appreciate it if someone inspected the file and informed me of better ways of going about it.

    To the starter of this thread: You can have a look at it too, you might learn something.
    Attached Files Attached Files
    I have like, a gazillion posts on my other account.

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