This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-12-11 16:43:48

MarkWilson123
New Scratcher
Registered: 2012-11-28
Posts: 8

Boss battles

Hey, I'm at the third stage of my game and this is where I want to incorporate a boss fight. Any tips on how to do a boss battle in Scratch?

Offline

 

#2 2012-12-11 17:45:26

Prestige
Scratcher
Registered: 2008-12-15
Posts: 100+

Re: Boss battles

A big sprite in the middle is good of the stage is good as it draws the players attention to center stage. A change in music to a faster paced track also gives the impression of a boss fight (the pokemon games use this, for example).

Depending on the boss, phases are good. For example, at certain points during the battle the boss behaves differently:

above 50% health, damage = 1, rate of attack = 1 per second
between 15%-50%, damage = 2, rate of attack = 1 per second
below 15%, boss enters a frenzy state, damage = 2, rate of attack = 3 per second

The boss might even have different kind of attack at each band. The idea here is that the boss becomes harder to beat as the battle goes on and the player has to adapt their strategy to beat it.
I hope this gives you some ideas  smile


"Don't insult someone until you've walked a mile in their shoes. That way, if they don't like what you have to say, you'll be a mile away and still have their shoes  smile  "

Offline

 

Board footer