Hi, this may have been resolved in 96-100, so apologies if it has been.
I have an event which is as follows:
Upon clicking with mouse on button "NextLevel" activate group 1
Upon touching button "NextLevel" activate group 1
Group 1 - Every tick, go to level 2
I put this in place so if I ever needed to change the level, I only had to alter one line.
Now, on PC, this set up works fine. If you click it, it goes to the next level. If, however, I try it on Cocoon, it never changes level. I was able to resolve just by having:
Upon clicking with mouse on button "NextLevel" go to level 2
but it's not exactly how I wanted it to work. Is this a bug? It's just strange it works on pc, but not on a mobile device.
Maybe this is a Cocoon glitch instead...