here is the first ever pic of my game !
see what i mean about the rectangle and the scml animation?
Hi Roccinio,
The Spriter object has actions to rotate the Spriter object by or to any specific number of digrees. You'll need to do something like:
Is player block sprite overlapping slope tile, and is on the ground, then rotate the Spriter object to whatever angle is required.
You'll also likely need another event or action to change the position of the spriter object relative to the player block sprite depending on if the player is standing on a slope or not... something like:
If player is NOT on a slope, then set postion to action point zero of player block sprite.
If plater IS on a slope, then set postion to action point 2 (or x=0, y=30) of player block sprite.
Cheers,
Mike at BrashMonkey