Hidden text pressed.

I have a text hidden at the beginning of the scene. When player wins, it is shown. When clicked on, player is taken to next scene/level. Problem is that even though it is hidden, it can still be clicked on and takes player to next scene/level. How can I find a way to make text clickable after player wins(points reaches 30)?

[code]Conditions:

If Variable(scene_completed) = 1
Mouse button is on next_level
Left Mouse button is pressed[/code]

[code]Events:

Go to scene “scene_name”[/code]

When the player wins, make sure you add:

Do = 1 to Variable(scene_completed)

Thank you! It’s working.

I did watch your videos! I didn’t know it was you. Thank you Mathew!