Order of pages, objects and actions

2Hawks - You got he order the objects appear in correct (as Ben so eloquently explained), but you've got the actions order backwards. Actions are executed in the order that you see them in the tree view, from top to bottom. So, if you had an action that the added the word "wombats" to a variable, another action that added the word "rule" to the same variable, then an action to display the contents of that variable in a text box on the page, if your treeview looks like this:- add wombats- add rule- change contentsthe result in your text box will be "wombats rule." However, if your treeview looks like this:- add rule- add wombats- change contentsthe result in your text box will be "rule wombats."Hope this helps!LauraP.S. Ben gave you a really good way of thinking about the object layering thing, so hopefully that will remove your confusion. But, even if it doesn't, I can assure you that, with time, you'll get used to how it all works!

Discussions have been disabled for this post