A Flash Developer Resource Site

Results 1 to 16 of 16

Thread: Gorg - work in progress

  1. #1
    hates sounds in preloaders.
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    361

    Gorg - work in progress

    I have started on a game called "Gorg - the quest for the lost mouth.
    It will be a humoristic platform/adventure game.
    Check out my intro in progress at http://www16.brinkster.com/negomo/gorg.html

    (I will get a proper URL for it soon)

    Edit: Sorry, a spelling error.
    hurg.

  2. #2
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    I like it.

    Simple, but effective. I look forward to seeing the finished article.

    M.
    Please note that my domain has changed to http://www.morganmultinational.com

  3. #3
    hates sounds in preloaders.
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    361
    Originally posted by ForumNewbie
    Simple, but effective.
    Yeah, I know. It's a visual style called... Crap. Actually, right now i only want the timing and such to be good. Details such as trees, bushes and birds come later. Or, I'll just come up with a lousy explaination why there isn't any in the story

    Joel
    hurg.

  4. #4
    Senior Member FLASHPULSE's Avatar
    Join Date
    Nov 2002
    Location
    USA
    Posts
    1,356
    I wouldn't worry to much on the looks. Looks don't make the game, although it's a bonus. I think you're doing a pretty good job so far myself. Keep up the good work and can't wait to see the finished project.

  5. #5
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    Hi,

    In case anyone thought 'Simple, but effective' was ambiguous, 'Simple, but effective' is good. Tetris is simple, but very effective. Dizzy (On the ZX Spectrum) was simple but effective.

    My darts game: http://www.morgan-multinational.com/dart_game.html is meant to be simple and effective although it could be simpler, and my 10 pin bowling game (part complete) http://www.morgan-multinational.com/...game_(v9).html needs to be made more simple, and more effective.

    (Apologies for the blatant advertising, but I haven't had many hits yet, and am in need of encouragement)

    M.
    Please note that my domain has changed to http://www.morganmultinational.com

  6. #6
    Senior Member
    Join Date
    Mar 2003
    Posts
    136
    You are hereby encouraged Newbie,
    The sites are both very clean and work well. Whats left for V9 ? Scoring and Bowling Frame rules?

  7. #7
    hates sounds in preloaders.
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    361
    Newbie, I love your games, and thanks for the feedback. If you don't get many hits, I suggest you to post your games at newgrounds, with a link to your site in it.

    Joel
    hurg.

  8. #8
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    Thanks for the encouragement folks. I was beginning to flag a little.

    Originally posted by carnwath
    Whats left for V9 ? Scoring and Bowling Frame rules?
    I reckon there's tons to do for the bowling game before it would be really playable. Perhaps someone can help suggest what the priorities should be from my current wishlist:

    1. The pins need to look more like skittles. I made a nice 3d pin, using some of the tools mentioned on yesterdays 3d-posting frenzy, but since I can't animate it in a script, I'll redraw it as 2D with some shading to simulate 3D.

    2. I'd like to improve the animation of ball-pin collisions. If the ball only glances the pin, I want the pin to gain more sideways movement, and less backwards movement. That way, you can use skill to try and escape from 'split' situations.

    3. I'd like to improve the pin animation by swapping the depths of the pins, so that the smaller pins are always behind the larger ones.

    4. The game needs to be made a little faster. The early versions of the game were really fast, but since I added in the pin-pin collisions, it's really slowed down.

    5. Some sound is needed.

    6. The game needs an instruction mode, particularly to explain how to use 'spin' on the ball. (Move the mouse through an arc when bowling)

    7. I'd like to add a bit of animation for the ball being returned to the bowler after each bowl.

    8. I'd like to add some animation for the fallen skittles to be cleared away after each bowl.

    9. The game needs to be made a bit easier, since I've only made one strike so far with the current version !

    10. The game needs a full scoring mechanism, and high score table, like the one I put on the darts game.

    11. The rest of the alley needs tidying up, since the blue background is not very appealing.

    12. Some gutters are needed on each side of the alley, so the ball doesn't disappear off to the left or right.


    And I have to do all of the above, without slowing down the game!
    It already grinds along at a snails pace on anything less than about 400MHz, so I haven't got much to play with.

    It's quite daunting really, but an interesting challenge !

    It will be interesting to see how quickly Gorg takes shape, since it's taken me more time than I'd like to say to get to this stage.

    M.
    Please note that my domain has changed to http://www.morganmultinational.com

  9. #9
    Senior Member
    Join Date
    Mar 2003
    Posts
    136
    re - skittle action

    How about this?

    For each skittle hit you would

    a) hide skittle
    b) place the s1-s5 objects (as in the example here)
    c) fire the routine

    Testing shows this can be done about 3 times per second so if say five skittles were hit probably three iterations would be visually enough and when finished, the 5 missing skittles would be visual confirmation of the hits.

    To test , hit and release the enter key. V3.72
    Attached Files Attached Files

  10. #10
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    Thanks Carnwath,

    I'm feeling a bit guilty now, since I seem to have hijacked Twisted's thread, but it's a bit late to start a new one now!

    Please could you zip up and post the skittle gif's, since your demo movie crashes without them?

    After the kind encouragement, I redrew the skittle today, and added a gutter and backboard to the bowling alley. I'm getting a bit happier with the skittle animation, now that I've simulated some improved friction, although it still needs a fast PC to look right. For some reason, the movement in the x direction is much less in the browser, to how it appears in 3dfa, but it's just about playable.

    I think I'll focus on the scoring mechanism next, but as always, all suggestions are welcomed. I'm actually up to version 16 now, but the swf file can stil be seen at the same URL: http://www.morgan-multinational.com/...game_(v9).html

    I've got one strike so far in about 300 go's. See if anyone can do better !!

    I attached the source in v4 beta 5, since I think it looks better in 3dfa. Hope everyone likes the changes,

    Morgan.
    Attached Files Attached Files
    Please note that my domain has changed to http://www.morganmultinational.com

  11. #11
    hates sounds in preloaders.
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    361
    Hmm... Anyway, my Gorg thing is updated again, please tell me what you think.
    hurg.

  12. #12
    Senior Member
    Join Date
    Mar 2003
    Posts
    136
    Here you go, gifs below
    Attached Files Attached Files

  13. #13
    Senior Member FLASHPULSE's Avatar
    Join Date
    Nov 2002
    Location
    USA
    Posts
    1,356
    Originally posted by Twisted Mind
    Hmm... Anyway, my Gorg thing is updated again, please tell me what you think.
    unable to use link. site might be down temp., i'll try later.

  14. #14
    hates sounds in preloaders.
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    361
    Sadly, my .movie file makes the program crash all the time, so I guess i can't finish the project... *sigh*

    I shouldn't have made it in the beta.
    hurg.

  15. #15
    A Senior Newbie - How Odd ForumNewbie's Avatar
    Join Date
    Mar 2003
    Posts
    590
    Having had that experience a couple of times, I feel your pain !

    I guess the 'Last Automatic Backup' feature was no help?
    Did you try loading the movie into version 4 beta 4 or other historic versions? It's unlikely to work, but anything's worth a try !

    I hope we do get to see Gorg again. I'm on the edge of my seat waiting to find out whose shadow it was at the end of the intro !! Was it Grog, Gorg's evil and less happy twin brother ?

    M.
    Please note that my domain has changed to http://www.morganmultinational.com

  16. #16
    hates sounds in preloaders.
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    361
    Originally posted by ForumNewbie
    Having had that experience a couple of times, I feel your pain !

    I guess the 'Last Automatic Backup' feature was no help?
    Did you try loading the movie into version 4 beta 4 or other historic versions? It's unlikely to work, but anything's worth a try !

    I hope we do get to see Gorg again. I'm on the edge of my seat waiting to find out whose shadow it was at the end of the intro !! Was it Grog, Gorg's evil and less happy twin brother ?

    M.
    Haha

    I got it to work again!

    I had deleted an element that was a part of a move event that was for many events. (confusing?)

    Anyway, now i've got it to work. I can give you a spoiler if you want (i have the whole story ready), but i won't. But it's not his brother, that i can tell you

    Joel
    hurg.

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