
Actually a lot better at programming now!
-
-
Bumbo Cactoni
So, I’m trying to use the
scene
module to make a rectangle that moves up and down with your finger. For example, like that 80s game pong. How would I do that? -
-
Bumbo Cactoni
Where do I find stash?
Look up https://GitHub.com/ywangd/stash
-
Bumbo Cactoni
@JonB
I wasn't trying anything in particular. I guess I was just curious if it worked.
Thank you! -
Bumbo Cactoni
I tried that, but it doesn’t list os.system() commands. I should have specified that’s what I was asking. Do you know any commands I can use in os.system()?
-
Bumbo Cactoni
So, I have a question that actually might not be possible. I just recently remembered that the os package was a thing, so I’m trying to make it work. However, I have no clue what commands it would use on IOS. I know how to use it on the pc, but no such luck here. Please help? So far, I’ve tried things like, “nano hello.txt”, “python3 otherfilename.py”, and a couple others. Obviously, iOS doesn’t use Linux commands...
-
-
Bumbo Cactoni
How would I create a button on-screen that changes color when you tap it? Like, a square that starts white with a black border then changes to a square that’s black with a white border?