- Home /
Is there a way to add transition puzzle image in 2d sliding puzzle to another image once solved?
I am in the words of finessing my 2d puzzle and I'm wondering if there is a way for me to have the player solve the image, and it transitioning to another puzzle/new image?
Currently, before the puzzle shuffles the original completed image is in view. Once shuffled, an empty tile from the bottom right clears. Reappears once solved.
What kind of transition are you looking for? A fade between the two images? A star-wipe? Something specific or just a general transition of some kind?
Oh, woah, I didn’t realize there were that many choices. The plan is to use a fade transition— image A completed > shuffle > solved > transitions to image B. And if there was a possibility to continue the transition if I desired.
I hope that clarifies things!
Your answer
Follow this Question
Related Questions
Sliding a sprite inside a grid 0 Answers
How generate a 2D picture puzzle from a sprite visible on game scene 1 Answer
puzzel drop smoothly. 2 Answers
Need help finding why my onGUI() sliding image puzzle has errors! 1 Answer
Easy way to generate 8 piece sliding puzzle so that it is always solveable? 4 Answers