Show All Back Button
April 12, 2008 12:00 AM
So we can be clear here, let's say you are on page 9 and want to go back to page 8 and have the items show.On page 9 on the Back button set a variable (let's say _going_back) to yes. (have its initial value set to no. You may have to have a special Back button for this page.Now, back on page 8, take the items that you want to show and put them in a group. (Hopefully they are not already.)Then have these page level actions on page 8: On Show: Action: Show; Target: Group_1; Condition tab: _going_back Equals yes.On Show: Action: Modify Variable; Target: _going_back; Value: noThat is all assuming that you have no groups and that what you have to show will run automatically as shown as soon as it shows. If not, then you do this.Create a group with one action for each object you want to show or play. the first action above then becomesOn Show: Action: Run Action Group; Target: Group_1; Condition tab: _going_back Equals yes.
Discussions have been disabled for this post