Multi-Jointed Characters
Multi-jointed, or multi-segmented, characters and objects are composed of a series of sprites linked together that move semi-independently. An example of such a character is this boss from Gaiares:
This was a common technique in arcade shoot-‘em-ups dating back to the 1980s and was typically used to create serpentine bosses. There is nothing particularly special in terms of the graphics of such characters—they are just a series of sprites whose relative positioning is determined by calculations or by look-up tables stored in the ROM.
Treasure developer Hideyuki Suganami gained a lot of attention for his multi-jointed boss designs, which were more complex than the typical serpentine shapes. Here is Bravoo Man from the first stage of Gunstar Heroes:
One appealing point of such characters is that they can be easily animated at 60 fps. The relative positioning of each sprite can be shifted each frame to create smooth animation, which typically wouldn’t be possible for large boss graphics.
List of Effects:
- Introduction
- Full-Screen Scrolling
- Row / Column Scrolling
- Line Scrolling
- Animation
- Multi-Jointed Characters
- Tilting / Rotation
- Scaling
- Shadow and Highlight
- Transparency
- Silhouette
- Palette Swapping
- Vertical Scaling
- Sprite Raster Effects
Want to post a comment? You can do so here.