Chiku
20th February 2008, 17:34
I need to track the correct page and button highlight at the end of the menu loop. I use the following set of commands:
Move (GPR)Page[ID:2] (PSR)Menu Page[ID:11]
Move (GPR)ButtonSelected[ID:3] (PSR)Selected Button[ID:10]
I created two GPRM's by the name Page and ButtonSelected.
Then i moved the value of the SPRM for Menu Page and Selected button into their respective GPRM's. all this happens at the end of the menu loop.
Then i use the command
SetButtonPage Button:(GPR)ButtonSelected[ID:3] Page:(GPR)Page[ID:2]
PlayPl MainMenu_Loop[ID:1]
However i am not able to track the correct highlight.
Any help will be appreciated
Move (GPR)Page[ID:2] (PSR)Menu Page[ID:11]
Move (GPR)ButtonSelected[ID:3] (PSR)Selected Button[ID:10]
I created two GPRM's by the name Page and ButtonSelected.
Then i moved the value of the SPRM for Menu Page and Selected button into their respective GPRM's. all this happens at the end of the menu loop.
Then i use the command
SetButtonPage Button:(GPR)ButtonSelected[ID:3] Page:(GPR)Page[ID:2]
PlayPl MainMenu_Loop[ID:1]
However i am not able to track the correct highlight.
Any help will be appreciated