hanswurst1999
The Slow Bro
- 30
- Posts
- 12
- Years
- In my dreams
- Seen Dec 8, 2016
Hi there,
does somebody have a script for spinner tiles?
EDIT:
And it works!
In the end it was pretty easy to do.
You need one spincharset for every character where he has his standing animations only.
Then you set the move route like this:
Don't forget to set the event trigger to on event touch.
So this is my version. Any improvements?
does somebody have a script for spinner tiles?
EDIT:
And it works!
In the end it was pretty easy to do.
You need one spincharset for every character where he has his standing animations only.
Then you set the move route like this:
Spoiler:
if $PokemonGlobal.playerID == 0
{
Set Move Route:Player
Graphic: "playerId0Graphic"
the desired moves
}
else
{
Set Move Route:Player
Graphic: "playerId1Graphic"
the desired moves
}
{
Set Move Route:Player
Graphic: "playerId0Graphic"
the desired moves
}
else
{
Set Move Route:Player
Graphic: "playerId1Graphic"
the desired moves
}
Don't forget to set the event trigger to on event touch.
So this is my version. Any improvements?
Last edited: