Moving layers
Say I've got a dozen actors on a background layer and a dozen on a foreground layer. I want all the actors on the foreground layer to move separate from the background when the player touches a certain actor. Is there a way to move a layer separate from the other layers after a rule is triggered?
Comments
___________________________________________________________________________
I'm teaching an online programing course go here to find out more!!! http://gamesalad.com/forums/topic.php?id=31505
The problem is when the scene gets too many actors with each one separately calculate how it should move according to a layer attrib gets expensive. So when I saw you could divide GS scenes into layers I wondered if there was a way to tie actor's movement together on that layer.
Maybe I should ask, is there a point to having 'layers' besides better organizing groups of actors? Are the only scrolling options scrollable or not scrollable?
Scrollable and not scrollable seem to treat layers as 2 separate layers, with everything keeping together.