Is it possible to set the animation frames of a sprite to everything in a folder? For instance if their was a user uploads folder that then became the frames of an animation?
Im guessing you would get the images loaded from url but is their a way to load them into the animation frames in construct?
Develop games in your browser. Powerful, performant & highly capable.
Yes. Load sprite image from URL only changes the current frame, so you would do this for each frame you want to import:
Set Sprite to Animation _____
Set Sprite to Frame _
Load Sprite Image from URL