<img src="http://i.imgur.com/s7niHXV.png" border="0" />
I'm trying to make the text pop up when the player enters certain range of the blacksmith. I'm using distance(Player.X, Player.Y, Sprite5.X, Sprite5.Y) to get it, and a sound to check the distance. The sound played, but text didn't show up (I had "set visible" function). So I decided to make it visible by default to see if it even shows up when the game starts. It does not. Why?