RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[VXA] Specific Actor Stepping Animation

0 Members and 1 Guest are viewing this topic.

****
Rep:
Level 69
I was making a new character that was a bat and was playing around with how to make the bat flap when it was in position 1 while the other characters wouldn't, here is how if anyone is interested:

3 Common Events:

"Name 1" / Parallel Process / Any Switch (turn on at the beginning of the game and leave it on)
Control Variable X (set) (Game Data>Member #1's Actor ID)
Conditional: If Variable X = (Actor # you want stepping animation with)
                         Call Common Event: "Name 2"
                Else
                         Call Common Event: "Name 3"

"Name 2" / Trigger: None
Stepping Animation: On
Wait 300 Frames

"Name 3" / Trigger: None
Stepping Animation: Off
Wait 300 Frames

The major issue I was having with it was that using switches would repeat the check in certain ways and cause the game to freeze. If you use 'call common event', instead of switches(for 2 and 3), it works.
« Last Edit: February 23, 2014, 03:54:32 PM by modern algebra »