Hello all! It's been forever since I used C2 and I'm a bit rusty! So I'm trying to create a simple text adventure game, similar to "Lifeline". I came up with the idea of using one sprite (essentially a long image with text boxes), placing smaller sprites over the text and using timers to destroy the sprites to slowly reveal the text.
Question 1 - How do I set a timer to destroy the sprites in order? Right now, all small sprites run an animation and destroy themselves within 3 - 6 seconds. I want the first sprite to run the animation, destroy itself, the process to repeat on the next copy, and etc.
Question 2 - Possibly more complicated - How can I limit the player's ability to scroll only so far as their progress? That is to say, you shouldn't be able to scroll down to see blank space. Any thoughts or suggestions? Is this a feasible way to create a text based adventure? Thanks!
Note: I'm making this for mobile so the visuals/resolution/controls are optimized for mobile. Should work on browser though
https://www.dropbox.com/s/4aoo9g5i5ym0i ... .capx?dl=0
edit: formatting and less words