On opencard
OMath Open without Menu    44 , 49 , 461, 341
--OMath Open
OMath Menu Grid 32
OMath NoSave
 if game_on is not 1 then
  play bokuwo
   put 5 into ntx
   naratoranimex
 end if

  put 101 into presentcard
put 0 into init101

End Opencard


On move_object
OMath Menu Move
end move_object

On find_length
OMath Menu Length
End find_length

On find_angle
OMath Menu AngleSize
End find_angle

On Cancellation
OMath Menu Undo
End Cancellation





On GameStart

put random(11) into rdm

if rdm = 1 then
 QuizDlg2 "Which is an isosceles triangleH",A, D, B, f, 1
end if

if rdm = 2 then
 QuizDlg2 "Which is a right triangleH",A, D, G, F, 2
end if

if rdm = 3 then
 QuizDlg2 "Which is a squareH",B, E, F, G, 1
end if

if rdm = 4 then
 QuizDlg2 "Which is a circleH",C, E, F, G, 1
end if

if rdm = 5 then
 QuizDlg2 "The polygon with infinite sides is __",A, B, C,F , 3
end if

if rdm = 6 then
 QuizDlg2 "Which is an equilateral triangle ?",A, D,F , G, 4
end if

if rdm = 7 then
 QuizDlg2 "Which is a parallelogram ?",B, E,F , G, 2
end if
if rdm = 8 then
 QuizDlg2 "The triangle with a 90 degree angle is __",A, D,F , G, 2
end if

if rdm = 9 then
 QuizDlg2 "The triangle with two sides of equal length is __",A, C,D , G, 1
end if

if rdm = 10 then
 QuizDlg2 "The polygon with four sides and right angles is __",B, C, D, E,1
end if

if rdm = 11 then
 QuizDlg2 "The polygon with two pairs of parallel opposite sides is __",C, D, E, F,3
end if





      repeat while quiz_quit = 0
         wait 30 ticks
      end repeat
      put 0 into quiz_quit
  if math_answer is not 1 then
       if math_answer is  -1 then
          play  uhoh2


          exit GameStart
       else
              play jawharp
          showwitch_surprised
      end if

   else
           play good
           show_frog_good


 

  end if


End Gamestart





