Fangames > Gameplay & Discussion

What's Your Progress?

<< < (21/165) > >>

bleedingears:
Ok can anyone help me? I get this boss down to zero health, and he keeps going. All the videos I've seen must be from a previous version, because they skip this dude.

HAEGOE:
How about destrying boss object and make dead boss object when HP is under 0, and make dead boss object do the death effect? I used that way in my every game.

for example

if hp <=0{
//you'll wanna use <= so that boss will die when HP is 0 or (in some case) lower.

instance_destroy();
//if you're not using this in the boss object, replace this with(boss){instance_destroy();}

instance_create(x,y,deadboss);
//also if you're not using this in boss object, I recommend you to replace x/y with boss.x/boss.y respectively.
}

something like this.

p.s. I think you should have wrote this in game design, if you wanted help with codes.

Kefit:
Finally getting back to Kamilia 3. RZ save 1 down in less than 30 minutes. Just took a bit of messing around in RMJ to find the best setup for each jump. Let's hope the rest of RZ is this nice to me...

bleedingears:
Thanks, but I didn't create this game, and have no idea about codes. I've been playing it for a while, and the third boss doesn't seem to be kill-able.
Youtube vids show the next area, but this boss isn't in the videos (the screen before lets you skip it in previous versions before this boss was created).

The game is called Fangame: The game. (Not to be confused with I wanna be the fangame).




--- Quote from: HAEGOE on June 18, 2014, 06:24:07 PM ---How about destrying boss object and make dead boss object when HP is under 0, and make dead boss object do the death effect? I used that way in my every game.

for example

if hp <=0{
//you'll wanna use <= so that boss will die when HP is 0 or (in some case) lower.

instance_destroy();
//if you're not using this in the boss object, replace this with(boss){instance_destroy();}

instance_create(x,y,deadboss);
//also if you're not using this in boss object, I recommend you to replace x/y with boss.x/boss.y respectively.
}

something like this.

p.s. I think you should have wrote this in game design, if you wanted help with codes.

--- End quote ---

REBAG:

--- Quote from: bleedingears on June 18, 2014, 09:47:57 AM ---Ok can anyone help me? I get this boss down to zero health, and he keeps going. All s the videos I've seen must be from a previous version, because they skip this dude.



--- End quote ---
Keep hitting the boss until you're hand falls off (same, I'm stuck here too)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version