I made animations for my archer and skeleton knights on dragonbones like: idle, run, attack, die. i put png sequence for each animation as spriteframes but now i want to play as the archer as the knights attack me. i want to record myself playing this mini playable scene. what should i do? what do i write in the script for archer and knights? Can anyone help with this, im a beginner
#How to Create a Playable scene
5 messages · Page 1 of 1 (latest)
It doesn't look like you have a script attached to FemaleArcher. You will probably add a script that handles movement to begin with. Once movement and animation is working you can duplicate your scene and in the new scene swap out the sprite_frame in the inspector with the archer.
sorry im not following. right now, idle, run, attack animation is playing in loop in spriteframe section. i can attach script to female archer but i dont know what to write there.
Well, without a script, nothing will happen.
You need to code how to react to inputs, movement and the like