Flips the sprite horizontally. More...
Inherits ActionInstant.
Static Public Member Functions | |
| static FlipX * | create (bool x) |
| Create the action. More... | |
| var | create ( var x) |
| Create the action. More... | |
| local | create ( local x) |
| Create the action. More... | |
Protected Member Functions | |
| bool | initWithFlipX (bool x) |
| init the action | |
| var | initWithFlipX ( var x) |
| init the action | |
| local | initWithFlipX ( local x) |
| init the action | |
Flips the sprite horizontally.
|
static |
Create the action.
Flips the sprite horizontally if true. An autoreleased FlipX object.
|
static |
Create the action.
Flips the sprite horizontally if true. An autoreleased FlipX object.
|
static |
Create the action.
Flips the sprite horizontally if true. An autoreleased FlipX object.