On opencard
OMath Open  without menu  44 , 49 , 461, 341
OMath Menu Grid 32
OMath NoSave
  play bokuwo
   put 5 into ntx
   naratoranimex
  put 101 into presentcard
put 0 into init101

End Opencard


On move_object
OMath Menu Move
end move_object


On fix_object
OMath Menu FixedOperation
end fix_object


On idle

OMath  Put Value of len_10001 into lengthx
put lengthx * 1.4 into length1

OMath  Put Value of len_10004 into lengthy
put lengthy  into length4
OMath  Put Value of len_10005 into lengthz
put lengthz  into length5


OMath Set LabelValue A , 1, length1
end idle


---------------
On GameStart

put int( length1 * 100) / 100.0  into length1x
put int( length1x * 10 + 0.5) / 10.0  into length1x



put int(length4 * 100) / 100.0 into length4x
put int( length4x * 10 + 0.5) / 10.0  into length4x



put int(length5 * 100) / 100.0 into length5x
put int( length5x * 10 + 0.5) / 10.0  into length5x




put length1x * length4x * length5x into body

put int(body + 0.5) into body


 QuizDlg4 "Round the volume to the nearest integer.",body



fix_object




      repeat while quiz_quit = 0

         wait 15 ticks
      end repeat








      put 0 into quiz_quit
  if math_answer is not 1 then
       if math_answer is  -1 then
          play  uhoh2

move_object
          exit GameStart
       else
              play jawharp
          showwitch_surprised
      end if

   else
           play good
           show_frog_good


 

  end if

move_object

End Gamestart





