Well the prog goes like this
setup
declare variables
load media, sprites, background "that i did"
like some body said in one post newgame() "function
display personal logo, game tittle
do loop start
check for exit game
if menu =0 menu()
prob() "display problem"
sprit() "display sprites"
inpu() "check for input", "i had to put check for quit here becose of
repeat until statement", i also put the back to menu option here for the same reason"
repo() "check answer", "here check for bonus"
if lives =0 end()
loop "close loop"
end
now this is the structure i chose "WICH WORKS FINE" for now
function with branching to another function prob
had to repeat a few logics inside each function
not sure if it ok
well i dont know about structure and prog logic.
maybe i should post the whole prog for you to comment
and bring it to higher levels.
i'm sure i should put every check inside the main loop but?
JaNiM