tags: sprite title: Flip brief: This example demonstrates flipping a sprite animation vertically and horizontally. author: FlexYourBrain scripts: flip.script
Overview : sprite.set_hflip & sprite.set_vflip uses a boolean to set if a sprite animation should be flipped.
The setup consists of 2 bee game object's, another game object for text labels and a single script.
2 Game Object's : containing:
1 Game object : contains:
Script : use: