Osis [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=82314 Help With First Game <p>hello everyone, I'm Osis, and I'm new to Pico 8 as well as coding, but when I found some pixel art of some Risk of Rain characters with the Pico 8 palette and most of them being 8 x 8 (a link to their work <a href="https://www.reddit.com/r/pico8/comments/mw40ui/risk_of_rain_1_characters_in_pico8_style/">https://www.reddit.com/r/pico8/comments/mw40ui/risk_of_rain_1_characters_in_pico8_style/</a> ) I thought that it might be fun to try and make a game, which I have done most of it, the problem is I have a set of animations that should be playing when the player shoots, which at one point worked, however, it now no longer does I have tried going over it many times and still can't find what might be wrong</p> <p>controls:<br /> Jet pack is Up<br /> Place Turret Is Down<br /> Left Is left<br /> Right Is Right<br /> Z Is Shoot</p> <p>any help with this problem or anything else you can spot in my code would be very helpful,</p> <p>here is the problem code:</p> <p>--</p> <p>if shooting2 == true and mag &gt;= 1 then<br /> s_timer+=1 --shooting timer</p> <p>if d == 2.8 and pushing == 0 then<br /> if (s_timer &lt; 4) plr.s=5 spr(6,plr.x+8,plr.y) -- this is here as one spr is more the 8x8<br /> if (s_timer &gt; 6) plr.s=7<br /> if (s_timer &gt; 8) plr.s=8<br /> if (s_timer &gt; 10) plr.s=1 s_timer=0 shooting2=false mag-=1<br /> end</p> <p>--</p> <p>note there is this same code copied a few times but just looking for if the player is facing a different way<br /> but even if it was just this bit it should still work I believe.</p> <p>and here's the cart in full: </p> <p> <table><tr><td> <a href="/bbs/?pid=134828#p"> <img src="/bbs/thumbs/pico8_risk_of_rain-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=134828#p"> risk_of_rain</a><br><br> by <a href="/bbs/?uid=82314"> Osis</a> <br><br><br> <a href="/bbs/?pid=134828#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=54256 https://www.lexaloffle.com/bbs/?tid=54256 Sun, 24 Sep 2023 21:32:17 UTC