I am having issues with run-time method validation. Here is an example:
script variables (a) set [a] to (object[sprite1]) run([test] of [sprite1])(hopefully my scratch code will show up properly)
script variables (a) set [a] to (object[sprite1]) run([ ] of [sprite1])If I use the "tell [object]" block it creates duplicate copies of any methods I insert into the C-part but actaully seems to run the correct method anyway (as long as you do not try to delete the local duplicate.)
Offline
ok... a little cleaner
when gf clicked script variables (a) set (a v) to <object [sprite1 v]> run ((test v) of (sprite1 v))This is BYOB code...
Offline