Can anyone tell me why when going from one layout to another, setting a layer to invisible does not work.
Here is the set up:
layout story - has several layers. one is called "intro" on is called HUD
layout review
the story layout has some animations and events going on. At the end we click to go to review layout.
I get a menu slide in by clicking a button from HUD.
This menu has several buttons. Each one send you back to the layout 'story' but now I want the layer intro not showing and be deactivated.
I tried the code on the review layout event sheet and i tried the code in story layout event sheet since it is HUD global variable I think it does not make any difference.
The code on HUD buttons is:
gotolayout story
hide layer intro
deactivate intro group
set player x position to 300
Unfortunately it goes to layout Intro but does not hide the layer intro.