adro [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=22856 BreamRider <p> <table><tr><td> <a href="/bbs/?pid=48907#p"> <img src="/bbs/thumbs/pico49294.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=48907#p"> BreamRider 0.02</a><br><br> by <a href="/bbs/?uid=22856"> adro</a> <br><br><br> <a href="/bbs/?pid=48907#p"> [Click to Play]</a> </td></tr></table> <br /> Upload version to transfer to Chip Pocket. no updates</p> <p> <table><tr><td> <a href="/bbs/?pid=48907#p"> <img src="/bbs/thumbs/pico48906.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=48907#p"> BreamRider 0.01</a><br><br> by <a href="/bbs/?uid=22856"> adro</a> <br><br><br> <a href="/bbs/?pid=48907#p"> [Click to Play]</a> </td></tr></table> <br /> Hi guys</p> <p>Note: very novice coder. sorry of the mess.</p> <p>I'm trying to recreate a childhood Fav game called BeamRider and I could really use some help understanding how<br /> &quot;FOR X IN ALL(Array) DO&quot; works.</p> <p>I need two types of bullets 1. Laser (short ranged) and 2. Nuke (for hitting the mothership)</p> <p>I've made the array (bullets) to hold both &quot;B&quot; for Laser and &quot;N&quot; for nuke. which I need to behave differently for each other but my (bullets,N) keep over overriding my (bullets,B). </p> <p>PLUS my Nuke are been draw but to my understanding of coding (which is novice at best) they should not been draw yet as I only have a (FOR B IN ALL BULLETS) in my _draw function. RAGE!!!</p> <p>Is what I'm trying to do posible or do I need to make a second array for my nukes?</p> https://www.lexaloffle.com/bbs/?tid=30716 https://www.lexaloffle.com/bbs/?tid=30716 Fri, 02 Feb 2018 20:50:59 UTC Calculator Vs Blackboard <p> <table><tr><td> <a href="/bbs/?pid=42642#p"> <img src="/bbs/thumbs/pico42640.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=42642#p"> Calculator Vs Blackboard 1</a><br><br> by <a href="/bbs/?uid=22856"> adro</a> <br><br><br> <a href="/bbs/?pid=42642#p"> [Click to Play]</a> </td></tr></table> <br /> Not a overly flashy game. but a personal challenge I set my self to better understand how to code.</p> <p>I wanted to make a very basic calculator to better understand how to input and compare variables and output an answer. the two variables will increase in randomness based on your correct answer score. The operation are limited to addition subtraction and multiplication, No division as that would require a decimal place or to check the answer is a whole number which i have yet to finger-out. </p> <p>--controls:--<br /> use arrow key to navigate key pad.<br /> press Z to input your answer<br /> press X to submit your answer (or select the return button on key pad)<br /> selecting the C button on key pad will clear your current answer.</p> <p>--please help--<br /> If anyone know how to check for a whole number please put in comments below</p> <p>having a issue with numbers over 9999? seems to generate is know random number if i try to input a number over this. Is this a limitation with the programming language or my programming skills? </p> https://www.lexaloffle.com/bbs/?tid=29684 https://www.lexaloffle.com/bbs/?tid=29684 Thu, 20 Jul 2017 07:07:46 UTC