Making an actor visible...
ShaunRasulov@y7mail.com
Member Posts: 20
Hi All,
I have a Hint button that needs to disappear after it is touched on, what would you recommend the best way would be to achieve this? this button should be replaced with plain text. i have an Hint actor already but can't seem to figure out how to make it that button disappear so text can be visible.
any help would be appreciated,
thanks in advance,
Shaun
I have a Hint button that needs to disappear after it is touched on, what would you recommend the best way would be to achieve this? this button should be replaced with plain text. i have an Hint actor already but can't seem to figure out how to make it that button disappear so text can be visible.
any help would be appreciated,
thanks in advance,
Shaun
Comments
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮
you still can spawn an actor. or you can make a boolean called 'hint' or something.
and then say
if attribute 'hint' is true do
display text
and make the actor his alpha 0 so you only can see the text
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮