just a little confused. The actor "Layer1" has the following behaviors -
Top Most Rule/First Rule - Change Attribute game.LayerNumber = 1 Display "1"
Second Rule When Actor is Pressed Change Attribute game.LayerNumber = 1
So This Actor will always set the LayerNumber to 1 ? But what about Layer 2 and Layer 3. They are also "always" setting game.LayerNumber to 2 and 3 (respectively)
It seems that GAMESALAD engine is constantly changing the game.LayerNumber to 1,2,3...1,2,3...1,2,3...(repeating)
AND THEN when the Layer Actor is TOUCHED, the engine "really" sets the game.LayerN umber appropriately.
Comments
Darren.
Top Most Rule/First Rule -
Change Attribute game.LayerNumber = 1
Display "1"
Second Rule
When Actor is Pressed
Change Attribute game.LayerNumber = 1
So This Actor will always set the LayerNumber to 1 ?
But what about Layer 2 and Layer 3.
They are also "always" setting game.LayerNumber to 2 and 3 (respectively)
It seems that GAMESALAD engine is constantly changing the game.LayerNumber to
1,2,3...1,2,3...1,2,3...(repeating)
AND THEN when the Layer Actor is TOUCHED, the engine "really" sets the game.LayerN umber appropriately.