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 fix_object
OMath Menu FixedOperation
end fix_object


On move_object
OMath Menu Move
end move_object


On idle

OMath  Put Value of len_10004 into length

OMath Set LabelValue A , 1, length


end idle




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

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




put length1x * length1x * length1x into body

put int(body + 0.5) into body

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








      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

move_object
          exit GameStart
       else
              play jawharp
          showwitch_surprised
      end if

   else
           play good
           show_frog_good


 

  end if

move_object
End Gamestart





