Guess the number/With feedback: Difference between revisions

Content added Content deleted
No edit summary
mNo edit summary
Line 2,030: Line 2,030:
Short n
Short n


void local fn BuildInterface
void local fn buildInterface
Short i
Short i
window 1, @"Guess the number" , ( 0, 0, 340, 120 )
window 1, @"Guess the number" , ( 0, 0, 340, 120 )
Line 2,054: Line 2,054:
end fn
end fn


void local fn DoDialog( evt as Long, tag as Long )
void local fn doDialog( evt as Long, tag as Long )
select evt
select evt
case _btnClick
case _btnClick
Line 2,078: Line 2,078:
end fn
end fn


on dialog fn DoDialog
on dialog fn doDialog
fn buildInterface
fn buildInterface
fn newGame
fn newGame