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

 end if

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 "How many vertexes do you see?",1, 2, 3, 4, 3
end if

if rdm = 2 then
 QuizDlg2 "How may sides are there?",1, 2, 3, 4, 3
end if

if rdm = 3 then
 QuizDlg2 "An isosceles triangle has two sides of equal length.",YES, NO, , , 1
end if

if rdm = 4 then
 QuizDlg2 "An isosceles triangle has two sides of unequal length.",YES, NO, , , 2
end if

if rdm = 5 then
 QuizDlg2 "Three interior angles of this triangle all differ",YES, NO, , , 2
end if

if rdm = 6 then
 QuizDlg2 "Which triangle has three interior angles of equal size?", "right", "isosceles","equilateral","not triangle", 3
end if

if rdm = 7 then
 QuizDlg2 "____ triangle has only two interior angles the same", "right", "isosceles","equilateral","no triangle", 2
end if

if rdm = 8 then
 QuizDlg2 "All interior angles in this triangle are different",YES, NO, , , 2
end if

if rdm = 9 then
 QuizDlg2 "A right triangle can be an isosceles triangle",YES, NO, , , 1
end if

if rdm = 10 then
 QuizDlg2 "A triangle with sides 3cm, 4cm, and 4cm long is isosceles.",YES, NO, , , 1
end if

if rdm = 11 then
 QuizDlg2 "An equilateral triangle and isosceles triangle are the same.",YES, NO, , , 2
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





