hello everyone, i would like to create an object at a given X/Y-position and layer/z-Index. (X/Y of that object that holds the behavior-script)
ive tried “runtimeScene.createObject(obj)” it works, but it spawns the object somewhere random with random z-index on a random layer and position. i thought i would have a look at the other method
createObjectsFrom but i dont understand this method especially the InstanceData paramter.
can anyone explain the parameters of this method? or give me an example how to use this method/where its been used already? or another way of creating an object?
RuntimeScene.createObjecsFrom is an internal methods that creates objects from serialized data coming from the IDE. I am pretty sure you wouldn’t need it here.
To set the position and zOrder and whatever simply use the methods on the object: