Are they instances of the same Text object? Then just "foreach Text", otherwise you need a family.
You can't.
Develop games in your browser. Powerful, performant & highly capable.
Add a subevent and check "Is tag playing". If not, then play. Use an Else on 32 to Stop the sound.
I'd recommend you make a smaller project that displays the same problem. Currently there is just too much code to actually understand what is supposed to happen. 9 times out of 10, you find the solution yourself doing this.
You need an instance variable that is set when clicked, then you check that it is not set when flashing.
I'm guessing your Girl Spotted group code is continually running - remember, Wait does not block. The engine keeps running every tick, so the same action is done repeatedly. You need to disable the code while the 15 second Wait period is processing.
Use "On end of layout" to grab the text into a global variable on Layout1, then access it when you need later.
Do a New & search for Pathfinding. The built in demo is pretty simple to follow. You can even eliminate the two Groups, if they are confusing. Click on the green sprite to see the Pathfinding settings.
Use a separate sprite that is invisible.
Scrollbar example.
Should be fine. I've had three open at once in the past.
int(random(1,6))
Member since 28 May, 2012