This is a recreation of the spherical bumper from Casino Night Zone in Sonic 2. Basically, just run into it and it'll bounce you away. The first 10 bounces get you 10 points each, then nothing after that.
Includes a small test level to show it off.
Version 1.0
Initial release
Version 1.1
Bump strength is now determined by the angle of the bumper. Set angle to 0 to use the default strength (equivalent to angle 160).
Special flag makes bumper not give points.
Ambush flag makes bumper disappear after one hit.
Bumper animations are now synced with each other.
Version 2.0
Better sprites courtesy of Blade. Thanks!
Bumper strength is now primarily determined by the speed at which the player hits one. Angle still sets the minimum bumper strength
More accurate angle calculations to send the player flying in the right direction
Fixed DispOffset to not throw errors in ZoneBuilder
Object consists of fewer states now that it uses FF_ANIMATE
Added comments to the code to hopefully make it easier to understand
Balloons added to test level
Includes a small test level to show it off.
Version 1.0
Initial release
Version 1.1
Bump strength is now determined by the angle of the bumper. Set angle to 0 to use the default strength (equivalent to angle 160).
Special flag makes bumper not give points.
Ambush flag makes bumper disappear after one hit.
Bumper animations are now synced with each other.
Version 2.0
Better sprites courtesy of Blade. Thanks!
Bumper strength is now primarily determined by the speed at which the player hits one. Angle still sets the minimum bumper strength
More accurate angle calculations to send the player flying in the right direction
Fixed DispOffset to not throw errors in ZoneBuilder
Object consists of fewer states now that it uses FF_ANIMATE
Added comments to the code to hopefully make it easier to understand
Balloons added to test level
Attachments
Last edited: