Right now in my game I have Crate --> On Destroyed --> Crate --> Spawn Apple on layer 2 (image point 0) .
I have added 6 more different fruit to the animation. How can i randomly spawn a frame from that animation when the Crate is Destroyed?
Spawn Apple on layer 2 (image point 0) .
set frame random(7)
Develop games in your browser. Powerful, performant & highly capable.
Hey thanks for the help, korbaach