Log In  


Cart #wasupojijo-2 | 2025-07-27 | Code ▽ | Embed ▽ | No License
1


Example Book by UnderSoul0947(the name I want to change to)
Arrow keys (left/right) to change the page

1


1

good content on page -1(what?)


This is a very cool concept, but the minus numbered pages makes it weird :/
Could anyone help with this bug?


1

@WidgetOtaku In the _update function, you can just add a check to see if the pages would go negative:

 if btnp(⬅️) then
  if pgsn.pg1-2 > 0 then
   pgsn.pg1-=2
   pgsn.pg2-=2
  end
 end

Oh ok I'll fix it


Well I guess the cart is lost in time for me
since I never got pico 8


so I can't fix it
for now


It's kinda funny tho
I was prob just lazy before
lol


uh oh now all my carts aren't working...
Can someone help?
I'm on education edition sooooo...
idk what to do rn


Ok. I figured out I could drag and drop so I'm going to fix it!


What do you see when you enter ls? Saved cart data gets erased when you clear your history, so it's a good idea to back up your data. P8 edu auto-downloads the .p8 files whenever you save but if you deleted those you might be SOL. load #wasupojijo works for me tho.


Ok I fixed it
I'm about to update it


@Verb all I had was a music I was making before
Nothing else from my files


@Verb also that makes much more sense thanks! :3



[Please log in to post a comment]