<a href="http://www.users.on.net/~billkerr/g/d6.htm#mathsFacts">http://www.users.on.net/~billkerr/g/d6.htm#mathsFacts</a><br><br>runs on the old GM6, if you have that<br><br>if not put this code on a controllers create event:
<br>x=round(random(100));<br>y=round(random(100));<br>correct = x+y;<br><br>answer=get_integer(&#39;Add &#39;+string(x) + &#39; and &#39; +string(y),&#39;&#39;);<br>// get_integer(str,def)<br>// pops up a dialogue box and returns the integer entered
<br><br>if (answer==correct)<br>&nbsp;&nbsp;&nbsp; show_message(&#39;Well done&#39;);<br>else {<br>&nbsp;&nbsp;&nbsp; show_message(&#39;try again&#39;);<br>&nbsp;&nbsp;&nbsp; answer=get_integer(&#39;Add &#39;+string(x) + &#39; and &#39; +string(y),&#39;&#39;);<br>&nbsp;&nbsp;&nbsp; if (answer==correct)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; show_message(&#39;Well done&#39;);<br>&nbsp;&nbsp;&nbsp; }<br><br><br>TIMER<br>Information about object: objTimer<br><br>Sprite: &lt;no sprite&gt;<br>Solid: false<br>Visible: true<br>Depth: 0<br>Persistent: false<br>Parent: &lt;no parent&gt;
<br>Mask: &lt;same as sprite&gt;<br><br>Create Event:<br>set variable mytime to 0<br>set Alarm 0 to 30<br><br>Alarm Event for alarm 0:<br>set variable mytime relative to 1<br>set Alarm 0 to 30<br><br>Draw Event:<br>at position (0,0) draw text: &#39;time =&nbsp; &#39;+string(mytime)
<br><br>hth,<br>-- <br>Bill Kerr<br><a href="http://billkerr2.blogspot.com/">http://billkerr2.blogspot.com/</a><br><a href="http://www.users.on.net/~billkerr/">http://www.users.on.net/~billkerr/</a><br>skype: billkerr2006
<br><br><br><br><div><span class="gmail_quote">On 8/30/07, <b class="gmail_sendername">Leverett, Michael M</b> &lt;<a href="mailto:leverett.michael.m@edumail.vic.gov.au">leverett.michael.m@edumail.vic.gov.au</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
<div>
<div><font face="Arial" size="2"><span>Greetings</span></font></div>
<div><font face="Arial" size="2"><span>I&#39;m looking for the
easiest way to have students enter 2 numbers in gamemaker, have the program
multiply them and then show the answer. We, the class and I,&nbsp; thought we
had it but have been unsuccesful. Any help would be
appreciated.</span></font></div>
<div><font face="Arial" size="2"><span><span>Also looking for the script for a
timer.</span></span></font></div>
<div><font face="Arial" size="2"><span>regards</span></font></div>
<div><font face="Arial" size="2"><span>michael
leverett</span></font></div>
<div><font face="Arial" size="2"><span></span></font>&nbsp;</div></div><p></p><p><b>Important - </b>This email and any attachments may be confidential. If received in error, please contact us and delete all copies. Before opening or using attachments check them for viruses and defects. Regardless of any loss, damage or consequence, whether caused by the negligence of the sender or not, resulting directly or indirectly from the use of any attached files our liability is limited to resupplying any affected attachments. Any representations or opinions expressed are those of the individual sender, and not necessarily those of the Department of Education and Early Childhood Development.
</p>_______________________________________________
<br>
<a href="http://www.edulists.com.au" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://www.edulists.com.au </a> - FAQ, resources, subscribe, unsubscribe <br>
Year 11 IT Mailing List kindly supported by <br>
<a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/infotechindex.html+" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.vcaa.vic.edu.au/vce/studies/infotech/infotechindex.html </a> - Victorian Curriculum and Assessment Authority and
<br>
<a href="http://www.vitta.org.au" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://www.vitta.org.au</a> - VITTA Victorian Information Technology Teachers Association Inc</div>
</blockquote></div><br><br clear="all"><br><br>