Trying to cut down on hundreds of lines of repeated code with functions, but I have a real "newbie" question:

What is the best way to get functions to "fire" in sequence.
(have function 1 wait until function 2 is finished etc.)
Right now the functions below all fire at the same time.

function1 ()

function2 ()

function3()


Thanks,
--dan
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to