i make games and songs and im making this game: https://levi6707.itch.io/unhappy-foggy in pico 8, (im also working with levi on the real deal, so please download that game if you like creepy games.) heres the latest post on unhappy froggy;
im so close to finishing my biggest project yet, but another bug comes up!
anyboy know why the player wont jump?
function _update60() cls() if(btnp(⬆️))then yv=5 end if(btn(➡️))then xv+=s end if(btn(⬅️))then xv-=s end if(xv>mxv)then xv=mxv end if(xv<0-mxv)then xv=0-mxv end yv+=g y+=yv x+=xv if(xv>0)then xv-=f if(xv<0)then xv=0 end end if(xv<0)then xv+=f if(xv>0)then xv=0 end end if(y>120)then y=120 end spr(skin,x,y) end |
thats right, i am making a pico 8 version of sebs drag and drop coding visual
you have to get used to the controls or you might get something like this;

i am exited for this, and i want it to succeed, so ill post some demos below
i tried using _draw instead of a repeat, it made it lag
i hacked the game so you can buy clickers any time
it puts 0.5999 when you try to get 0.6
oh yeah, im cool.
no matter what you tell me, i am using a cart to play songs
hello, im getting an error on pico 8 about <EOF> needed near 'end'
i tried everything, please help!