Xarah
Member
- Joined
- Apr 18, 2018
- Messages
- 41
- Reaction score
- 7
Hello everyone, I’m having trouble synchronizing animations. I’ve tried pretty much every option in Object Builder, but nothing works. Do you have any advice?




LUA:
<item id="27108" article="a" name="terrarium spider">
<attribute key="decayTo" value="27109" />
<attribute key="duration" value="5" />
<attribute key="destroyTo" value="2253" />
</item>
<item id="27109" article="a" name="terrarium spider">
<attribute key="decayTo" value="27110" />
<attribute key="duration" value="5" />
<attribute key="destroyTo" value="2253" />
</item>
<item id="27110" article="a" name="terrarium spider">
<attribute key="decayTo" value="27108" />
<attribute key="duration" value="5" />
<attribute key="destroyTo" value="2253" />
</item>



