Observe/play:
http://www.filefarmer.com/Recoil/
(oh, and ignore the borked preloader – I fixed it, I just haven’t uploaded a newer version… just reload the page if it doesn’t start)
Question one: Notice how the sniper rifle appears BEHIND the grunts, layer-wise.
This is because the grunts are actionscript-instanced objects, and the gun is just something that exists on it’s own layer, not involved in actionscript in anyways, besides its firing animation.
Is it possible to spawn instances of an object BEHIND non-actionscript-instanced objects? Because it seems I’ve tried everything, and I can’t figure it out.
Question two: And more of a hypothetical – is it possible to instance an object straight from the Library, instead of having to have it on the stage first?