Move actor to scrollable layer? help plz
Hi
I have two layers, 1 scrollable and 1 non scrollable,
is there a way to move a desired actor to different layers when a condition is met etc?
thanks
I have two layers, 1 scrollable and 1 non scrollable,
is there a way to move a desired actor to different layers when a condition is met etc?
thanks
Comments
1 problem, 50 solutions carried out and none of them work.
create a duplicate actor2 in the non-scrollable layer … place it off-screen in the grey area of the screenEditor
then when you need that actor2 in that non-scrollable layer to be active
move it to the scrollable-layer version X,Y… and move the scrollable-layer version (actor1) off screen or destroy
on each actor:
Rule: when your conditions are met
--changeAttribute: self.Position.X To:
--changeAttribute: self.Position.Y To:
MH