- Mario style jumping
- Double jumping
- Ladders
- Walljumping
A step-by-step look into the process of making a videogame, learning as I go. As a side effect, this is turning into a newbie tutorial for Flixel and AS3 game design.
Monday, January 17, 2011
Project Jumper Part 9: Agility Training
It's time to improve helmutguy's maneuverability. I've got a few things that I want to do here.
Wednesday, January 12, 2011
Project Jumper Part 8: This isn't stomp at all! Fixing the delay in embedded sounds
I fully intended to spend this update on giving helmutguy a more robust set of physics, including the ability to stomp on Skel-Monsta's head. Instead, that stupid delay at the beginning of embedded mp3s has been driving me crazy, so I'm going to fix it once and for all. While we're at it, we'll get our first taste of editing the actual flixel files to suit our needs.
Sunday, January 9, 2011
Project Jumper Part 7: Lock and Load
Well, I think that helmutguy has been defenseless long enough. Let's give him some way to fight back. I'm going to go with two different abilities; that should establish some basic principles.
- Pew pew lasers
- STOMP
![]() | ||
| This is really only 5 pixels tall, but it looks pretty sweet | zoomed in. |
Saturday, January 8, 2011
Need more help with FlashDevelop?
This is as much a bookmark for myself as anything else. Michael Williams has a tutorial over on tutsplus that explains a lot about how and why to use FD either instead of or alongside the official Flash IDE. It also has a lot of tips and tricks to help you code faster and more efficiently. Be sure to check out the comments also, there's some good tips in there. I've now got a bunch of new post-it notes next to my monitor with keyboard shortcuts I didn't know about before.
Wednesday, January 5, 2011
Project Jumper: Interstice II
Let's just take a look at our progress so far. Anything bold is new stuff I've thought to put on the list.
Display mapScrollingLayers (e.g. background)Display player spriteMove player spriteLeft-rightJump- Mario style controlled jumps
Map collision- Tiles that can be jumped through from below
- Harmful tiles
- Special effect tiles
- Different environment types, eg water
- Text boxes/popup messages
Sound/MusicBackground musicSound effects- Collectables/powerups
- Camera
Follow playerStay in map- Follow target other than player
- Cut scenes
- Changing levels
- Continous map (load area changes seamlessly)
- Main menu
- Save games
- HUD
Enemies- Ability to kill/be killed
- AI/pathfinding
- Multiplayer
- Weapons/Ability to fight enemies
- Projectiles
- Stompin'
- Different movement types
- Climbing
- Swimming
- Flying
- Double jump
Project Jumper Part 6: Sound; Bleeps Bloops and Frustrated Screams
OK, time to buckle down and get sound sorted out. You guys have no idea how super excited I am this. No idea.
Actually, for the most part it's not too bad. Yeah, Flash only lets you embed mp3 files. But a lot of the time, that'll work just fine, and if the limitations aren't anything that will affect you, then everything is gravy.
Obviously, we're going to need some sounds. Let's make a quick shopping list:
Actually, for the most part it's not too bad. Yeah, Flash only lets you embed mp3 files. But a lot of the time, that'll work just fine, and if the limitations aren't anything that will affect you, then everything is gravy.
Obviously, we're going to need some sounds. Let's make a quick shopping list:
- Background music
- Player jump
- Player death
Saturday, January 1, 2011
Project Jumper Part 5: Killing the player, aka Failure Is Always an Option.
Happy New Year, everyone! I hope you had the most excellent of holidays. Me, I'm celebrating the new year by getting helmutguy killed.
Incidentally, my original plan for this installment was to get started with sound. On the surface, it seem like it's a straightforward and simple thing to do, right? Make sound, embed the sound into your program, play the sound when appropriate. Done. Simple. If only! It turns out, you can't embed a .wav file into flash! It only supports mp3s. I could just convert all the sounds I make into mp3 format first, but there are certain technical reasons why that's not super great for sound effects. There are workarounds, but I'm going to fiddle around with them and see what works best.
Meanwhile, it's time for danger!
Incidentally, my original plan for this installment was to get started with sound. On the surface, it seem like it's a straightforward and simple thing to do, right? Make sound, embed the sound into your program, play the sound when appropriate. Done. Simple. If only! It turns out, you can't embed a .wav file into flash! It only supports mp3s. I could just convert all the sounds I make into mp3 format first, but there are certain technical reasons why that's not super great for sound effects. There are workarounds, but I'm going to fiddle around with them and see what works best.
Meanwhile, it's time for danger!
Subscribe to:
Posts (Atom)
