http://dl.dropbox.com/u/31947433/index.html
Work in progress, what do you guys think? Have a few more obstacles to add and some fine tuning. Will then make 20 or so levels that progressively get harder (this is just showcasing all the obstacles come up with so far).
Some things that would make life easier in C2:
- Ability to flip sprites
- Letting X second events offset (If I start one for 2 seconds and one for 4, they will happen 2 seconds from each other)
- Bullet angle link/unlink from sprite angle
- Ability to import images to sprites (instead of save and replace image)
- Allow objects to have unique IDs (diver hits cloud.ID.1, so cloud.ID.1 creates lighting bolt)
- Timer, something happens then wait X seconds before action