UnitedLexCorp / SimpleTalk

An implementation of HyperTalk in Ohm-js
Apache License 2.0
7 stars 1 forks source link

Halo button to show what current target is? #221

Open ApproximateIdentity opened 3 years ago

ApproximateIdentity commented 3 years ago

Maybe we could have an ability to display what an object's target is currently set to? Like maybe you click it and it flashes the button?

dkrasner commented 3 years ago

yeah that sounds pretty good

you can grab the target prop value from the underlying part, the one that the halo is on, then interpret it to get the partID. And finally set/re-set the background color.