change picture in [pictctrl] by scripting using [thispatcher]
Dear advance users,
Is it possible to change the picture in a [pictctrl] by scripting using [thispatcher]?
best,
prko
Without using the inspector you can use the "name" message followed by the path to the image you want. Using [thispatcher] you would need to give the [pictctrl] object a scripting name and then send it a "script send" message like this: "script send name ".
Upsss sorry i had forgotten the "name" part in the message to "thispatcher"
Yep luke is more easy using the "name" message but prko has asked about thispatcher. I think that the proposition of luke is a better way.
Dear Alersito and Luke,
Thanks a lot!