Greetings,
On a button press I need to jump to a certain frame. The frame I want to go to will depend on the value of a variable(s) received from an asp page. I can trace the variables so that part works OK.
This is where it gets sticky. I have tried various permutations but none work right so I wont post them.
Simplified psuedo code goes something like this:-
If var1 = 10,000 or var2 = "repeat" goto 2 else if var1 = 40,000 & var2= "bonus" goto 3 else if var1 = 80,000 & var 2 = "bonus" or "repeat" goto 17 else (default) goto "new".
The actual example I am working with is more complex but if I could get the above to work I will have made real progress.
T.I.A.
On a button press I need to jump to a certain frame. The frame I want to go to will depend on the value of a variable(s) received from an asp page. I can trace the variables so that part works OK.
This is where it gets sticky. I have tried various permutations but none work right so I wont post them.
Simplified psuedo code goes something like this:-
If var1 = 10,000 or var2 = "repeat" goto 2 else if var1 = 40,000 & var2= "bonus" goto 3 else if var1 = 80,000 & var 2 = "bonus" or "repeat" goto 17 else (default) goto "new".
The actual example I am working with is more complex but if I could get the above to work I will have made real progress.
T.I.A.