dr.video
01-25-2008, 01:27 AM
I know this will such a newb question
I have a Main OBJ and in that object I have several other objects that run and return in sequence, if I have an object that may have several outcomes that need to run different objects then return to the Main obj sequence. Like GOTO or GOSUB.
Main
start
power_up
check_for_input ' Here if there is no input then I want to goto power_down
"if there is input then I want to start_show
start_show
check_for_input 'Here if there is input then I want to start_show, if not then power_down
power_down
I have written this code in BasicSX and has run for couple of years, no I am trying to use the power of Propeller.
Thanks so much
Dr.Video
I have a Main OBJ and in that object I have several other objects that run and return in sequence, if I have an object that may have several outcomes that need to run different objects then return to the Main obj sequence. Like GOTO or GOSUB.
Main
start
power_up
check_for_input ' Here if there is no input then I want to goto power_down
"if there is input then I want to start_show
start_show
check_for_input 'Here if there is input then I want to start_show, if not then power_down
power_down
I have written this code in BasicSX and has run for couple of years, no I am trying to use the power of Propeller.
Thanks so much
Dr.Video