Hello,
Let's imagine I have 100 pictures. I have a random function, and depending the result of round (random(100)), I display a certain picture.
Is it possible to do that with Construct 2 ?
Regards,
the way I would do that is to load up each picture as a frame to the sprite and assign it to pick the frame off of the random number rounded.
Hello Sosensible,
Thank you so much ! I will give it a a try !!
Have a good day !!
Develop games in your browser. Powerful, performant & highly capable.
make sure the animations speed is zero or it might cycle through the frames starting with the one you picked.