how do i insert sprite to my layout , and the sprite is from "animation frame"
example : i want insert 2nd sprite from "animation frame" to my layout,
how do that?
thanks
Develop games in your browser. Powerful, performant & highly capable.
Just place the sprite on the layout and change its animation frame in sprite properties (on the left panel, at the bottom).
You may also want to set animation speed to 0 (in sprite editor).
As dop2000 said, you need to set the animation speed to 0.
And you can set the frame of sprite to a number right after you create it.
Thank you so much. Yes need setting animation spèed to 0 too.
Thaks again