Hi everyone,
Could anyone advise with the following: i have a stage with some buildings (each is a separate sprite, combined in one class). All objects are interactive (I can click on them). I have video effects in mp4 format. What i am trying to do is when i click on building it transforms to next level of building and changes. It seems just to set visibility to false of one sprite and true to another. But while it is transforming/changing I would like to insert video effect (it shows tools spinning around and dust). So it smoothly changes initial state -> video effect -> transformed building.
- How can I insert video efect to the stage so it smoothly injected to the stage (no need of rectangle borders, kind of like png but video (hope you can see my point)?
Thank you in advance,