Door Games Unlimited

Welcome, Guest.


Subject: Re: recursion errors Date: Mon Dec 30 2013 16:05:25
From: Rastus To: Rastus

When using 'load' to load the menus they exit back to the Main Menu.  I wish 
them to return to the calling menu.  This the exit command that was used by 
default:

         case EXIT_MENU:
            continueOn = false;
            break;

I want to make sure that I'm exiting the menu properly as to not create a 
new recursion issue.. or a memory hole...

I'm not a JS programmer and can only tinker with scripts using examples.. 
I've read the jsobs docs and much the comments have the reader examine other 
js files for examples.. this is great for other programmers.. I often get 
lost in the code.. sometimes I find what I'm looking for and sometimes I 
only think I'm looking in the right place if I'm looking in the right place 
at all..  

Thanks Again,

Nick

---
 ■ Synchronet ■ Electronic Warfare BBS | telnet://ewbbs.synchro.net

Previous Message       Next Message
In Reply To: Re: recursion errors (Rastus)