Create Dynamic Instances of Objects
Posted: Thu Jun 21, 2018 10:33 pm
Is this possible to declare new instances and remove instances of objects on a screen on the fly.
eg: On_ScreenOpened, read some tag, draw n# instances at dynamic positions
then animate those instances individually from those positions and toggle visibility at different stages based on arbitrary tag values
// this bit could be done with a reset position and visibility control
finally remove those instances and create a new set of instances.
eg: On_ScreenOpened, read some tag, draw n# instances at dynamic positions
then animate those instances individually from those positions and toggle visibility at different stages based on arbitrary tag values
// this bit could be done with a reset position and visibility control
finally remove those instances and create a new set of instances.