CompuServe Messages

#creating presentations

    21-Apr-95 03:57:30
Fm: Ed at Vismed Ltd 100307,3714
To: NAAUG 73204,3522
Aah, now then…. You see, creating a single frame FLC wasn't the problem. The problem is marked **** LOOP (FOREVER) **** 1FRAME.FLC**** KEYCHOICE a FLC1.FLC b FLC2.FLC c FLC3.FLC ENDCHOICE ENDLOOP… means that after each keypress, 1FRAME.FLC will always display, breaking the flow (ie overwriting the screen) of the prevoius FLC. What I'm trying to achieve is a seamless flow without the need to repeat one particular frame/FLC (1FRAME.FLC in the above example) so the sequence of the other listed FLCs (FLC1,2,3.FLC in the above example) is not disturbed until I may have to. So can I write a scipt that will let me run thro' the sequence of FLCs by pressing a b c d etc. without redisplaying 1FRAME.FLC (ie) each time ? Regards – Ed.