- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created a singular floor storage by connecting nine "mini" floor storages together primarily through Flexscript by first creating an array representation then using that array representation to convert into the floorspace representation. Everything works fine until I actually move the object. The object is moved to the correct corresponding space however the token loses its reference to the object (or called "Pointer" in my model) and cannot be clicked on nor have any of its properties show which is crucial to what I am attempting to achieve with the model.
How do I solve this issue while keeping my array representation so that the tokens in the process flow keep their reference to their corresponding object in the 3D model side? And what exactly am I doing incorrect so that I can know and understand the solution to this issue?
Solved! Go to Solution.