by Tohm » Fri Jan 16, 2009 7:16 pm
by Tohm
Fri Jan 16, 2009 7:16 pm
What you want to do is cut and paste the sub-routines into the overall template. Then you will assign a gosub to the key you want to use in the overall template.
For example, if you were to use the push-up routines, you would first cut and paste the sub-routines into the overall template, then go to line 151 where it says
k18: ' E
TEMPO 230
MUSIC "C"
GOTO main_exit
And replace it with-
k18: ' E
GOSUB Pushup
GOTO main_exit
Now when you push the E key on the remote, the robonova will begin the push-ups.
Hope this helps
What you want to do is cut and paste the sub-routines into the overall template. Then you will assign a gosub to the key you want to use in the overall template.
For example, if you were to use the push-up routines, you would first cut and paste the sub-routines into the overall template, then go to line 151 where it says
k18: ' E
TEMPO 230
MUSIC "C"
GOTO main_exit
And replace it with-
k18: ' E
GOSUB Pushup
GOTO main_exit
Now when you push the E key on the remote, the robonova will begin the push-ups.
Hope this helps