Hi Dop. Few questions.
1. You can see I have two different sprites, one is "PICTURE_SET" & another one is "Preview_PICTURE_SET", my question is Can I ditch the Preview_PICTURE_SET entirely? and just use another instance of "PICTURE_SET" for the preview purpose?
My failed attempt. So for that what I did, Created another instance of PICTURE_SET (Now I have a total of 7 instances on the screen) gave another Instance Variable called "XYZ" and set it to 1. And made all other 6 instances' "XYZ Instance Variable" to 0.
In the event-sheet created a condition when "XYZ=1" set the animation PICTURE_SET to "" - Now I'm not sure what I have to give here. Please help.
2. How to make FRAMES of each PICTURE_SET to random order. I have multiple frames for some animation. I want it to appear randomly every time when user restart.
For eg. (Please refer to the picture below) Letter B have two frames, I want it to appear randomly.
So for that what I did, (Please check the image below)
Created 6 different Global Variable, On the start of the layout Set each GV to choose(0,1,2,3).
(range is 0 to 4 because I do have some animation which has more than 2 frames) and then gave a condition and set the animation frame to that Global Variable. It sometimes works, I know I made it unnecessarily big. Please help.