Hi,
I am trying to attach a node from another scene but somehow it does not work.
Can someone give me an example on how to do it?
I did it this way:
var bullet = getnode("/root/BulletScene/Bullet")
self.addchild(bullet)
I always get null for the Scene Name.