Hi!
Can you please tell me if it is possible to use objects from one scene in another scene? Let's say I have a generic object for different scenes, which I put in the "warehouse" scene.
I tried this script but it doesn't work. Perhaps a syntax error?
local p = graphics.getParticles(Scenes["name"].SceneObjects["name"])
local pos = getCursorPos()
p.center = {pos.x,pos.y}
Thank you.