Allsop2604
Grim Reaper
- Joined
- Apr 19, 2010
- Messages
- 498
- Reputation score
- 144
Here's the link, I don't have a downloaded copy of the game.
My only problem with it is A) too far zoomed in, and B) there are 'holes' in the ground in both stages, a lot more-so in the castle than outside. I'd go to jump on the next platform in the castle, and about 3/5 of the time I'd fall through what looked like solid ground.
Thanks, but posted on the K Fox thread and on the previous page.
I found a Fire Flower, which changes your dress and appearance, but doesn't seem to do anything else. Anyone know if it has any special effects?
if (_root.fire)
{
var gravity = 2;
var maxJump = -17;
var speed = 8;
}
else
{
if (_root.coon)
{
var gravity = 0.7;
var maxJump = -11;
var speed = 7.4;
}
else
{
var gravity = 2;
var maxJump = -16;
var speed = 7;
}
}
If you download it you can just skip scenes to get all the bonuses.