Change image source 2D GUI

Hi guys

I want to change the image url by animation. Problem is that I can’t change it after declaring. Additionally, _source property doesn’t work for it as it seems.

Thank you in advance friends.

Hi,
You mean like this?

Forget the underscore. It’s just a simple and exposed parameter

mycontrolimg.source = mynewimgURL;

2 Likes

ouch, thank you :sweat_smile: :heart_eyes: