Move actor to scrollable layer? help plz

FirstDanFirstDan Member Posts: 208
edited January 2012 in Working with GS (Mac)
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

Comments

  • FirstDanFirstDan Member Posts: 208
    :(,

    1 problem, 50 solutions carried out and none of them work. :(
  • MotherHooseMotherHoose Member Posts: 2,456
    … you could sorta do a pseudoLayerMove

    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
Sign In or Register to comment.