
-----------------------------------
sakura
Thu Jun 03, 2004 10:57 pm

need help with loop
-----------------------------------
i desperately need help on my project

this program is like a webpage

you select different pages in the "menu"

and then go back to the menu when the user wants to 

the problem is i can't get the program to go back

I know i need to use loop in here to do the job

but the problem is i used infinite loop in the animation part in one of the "pages"

which made it impossible to use loop to go back to the "menu"

i tried to use conditional loop in there
but it doesn't seem to work

plz help
thx a lot

-----------------------------------
Flashkicks
Fri Jun 04, 2004 7:49 am


-----------------------------------
Seeing how i am at school; I am not allowed to download your files :( but maybe you can check if you have everything running in procedures; and trying to avoid processes..   If you have everything in procedures just being called up at the appropriate times and a main loop to run it all at the end then maybe you shouldnt have any problems..  Good Luck and im sorry i cant help you any further:(
ACHOO have the code look something like this-ish'ness;

variables declared
ALL Procedures
proc 1
proc 2
proc etc
%Main Loop%
Main Loop

Hopefully that is how you have it set up and you understand what i mean..;)

-----------------------------------
sakura
Fri Jun 04, 2004 3:23 pm


-----------------------------------
it's ok 
thx a lot! 
i got it to work now
i appreciate your help
