Log In  

Cart #bugs-0 | 2023-04-23 | Code ▽ | Embed ▽ | No License

P#128931 2023-04-23 19:20

it wont print the controls and it does not exit when you press X

yes, this is the same game from last time

P#128934 2023-04-23 19:21 ( Edited 2023-04-23 19:23)

You're missing a FLIP() in the if block for the CONTROLLS menu:

    if(menu=="controlls")then
        print("❎,🅾️,or ⬆️, ⬅️ and ➡️ to move",1,62,7)
        if(btnp(5))then
            menu="menu"
        end
                -- this flip is missing
        flip()
    end
P#128935 2023-04-23 19:43

@2bitchuck

one flip, how did i see it for the skins menu, but not the controls?
thank you for the suggestion

P#128937 2023-04-23 19:45

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 16:46:26 | 0.017s | Q:20