Fenix
23rd March 2003, 13:33
Hi there,
First let me saw that I look ( search ) thru the forum, but I still have doubts:
I want to use double language menus. What I mean is, I have a start screen with language select and I set this commands for each language bottom:
First language
--------------------------------------------------
1 - SetGPRMMD GP0 to register
2 - ADD GP0 , 1
--------------------------------------------------
Second language
--------------------------------------------------
1 - SetGPRMMD GP1 to register
2 - ADD GP1 , 1
--------------------------------------------------
This is needed because I have to know ( for the common menus, I don't have space left to replicate all of them ) to here to go back, for example the "going back" bottom has to know where to go back ( first language menu or second )!!
So for the chapters back bottom I have something like this:
1 - Jump to Main_PT[#1] if (GP0 >= 1)
2 - Jump to Main_ENG[#1] if (GP1 >= 1)
Finally, I doing something wrong ( probably messing with reserved values ) or something because the loop points on all menus are screw up :(
Can anyone help, please???
Thanks in advance,
Regards,
Fenix.
First let me saw that I look ( search ) thru the forum, but I still have doubts:
I want to use double language menus. What I mean is, I have a start screen with language select and I set this commands for each language bottom:
First language
--------------------------------------------------
1 - SetGPRMMD GP0 to register
2 - ADD GP0 , 1
--------------------------------------------------
Second language
--------------------------------------------------
1 - SetGPRMMD GP1 to register
2 - ADD GP1 , 1
--------------------------------------------------
This is needed because I have to know ( for the common menus, I don't have space left to replicate all of them ) to here to go back, for example the "going back" bottom has to know where to go back ( first language menu or second )!!
So for the chapters back bottom I have something like this:
1 - Jump to Main_PT[#1] if (GP0 >= 1)
2 - Jump to Main_ENG[#1] if (GP1 >= 1)
Finally, I doing something wrong ( probably messing with reserved values ) or something because the loop points on all menus are screw up :(
Can anyone help, please???
Thanks in advance,
Regards,
Fenix.