On going through the Tutorials and on practicing menu
building it seems that either I have not seeen somthing imprtamt or
there might be a bug.
Problem : Script of help menu:
----------------
on menuPick
pWhich
switch pWhich
case "Help"
Answer " This is a test"
break
case "About"
Answer " I have written this"
break
end switch
end menuPick
------------------
switch pWhich
case "Help"
Answer " This is a test"
break
case "About"
Answer " I have written this"
break
end switch
end menuPick
------------------
does not seem
to work; clicking on ether submenu produce nothing.
I have
checked that every thing is for "Revolution 2.01
.education"
any
idea
help
--
All the best
---------------
M. Salih
N.M.E. Dept.
SOAS
University of London
Thornhaugh Street
London WCIH OXG
Tel. (UK) 020 7898 4354 Direct
020 7898 4320 Dept.
eMail: [EMAIL PROTECTED]
All the best
---------------
M. Salih
N.M.E. Dept.
SOAS
University of London
Thornhaugh Street
London WCIH OXG
Tel. (UK) 020 7898 4354 Direct
020 7898 4320 Dept.
eMail: [EMAIL PROTECTED]
