I’m excited!
Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.

Posts made by Bumbo Cactoni
-
Scene help
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? -
RE: OS testing
@JonB
I wasn't trying anything in particular. I guess I was just curious if it worked.
Thank you! -
RE: OS testing
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()?
-
OS testing
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...
-
Button thing?
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?
-
RE: Input buttons
@mikael
Thank you!@mcriley821
I meant like @mikael answered. Like the Pythonista console. -
RE: [SPACE ESCAPE]-Game example to help with Game dev
@stephen
When I tried to run the code with your updated script, it gave me this error:TypeError
__init__() got an unexpected keyword argument ‘isObsticle’ -
Input buttons
How would I do a button on the screen that creates an input when pushed (preferably using scene module, but ui also works)? For example, there are three buttons on-screen, red, green, and blue. If i push the red button, it does the same as if I typed "red" into the input bar.
-
RE: [SPACE ESCAPE]-Game example to help with Game dev
I have noticed a slight error in the game. Occasionally, I will be playing the game, and face a solid wall of gray asteroids. How do I avoid the wall? I can’t. Please, fix this?
-
Sound module
Currently, I’m trying to set up an alarm, but I don’t know like any built-in sounds with the sound module. Please help?
-
RE: Help! I need help thinking of python projects I can do.
@ccc
Thanks for the link, and @mikael I don’t even know what I want to make happen. I’m probably going to read through some of the tutorial, so I can figure out something cool that would match the calendar I’m trying to design. I’ll get back to you in a lil bit. -
RE: Colored text
@JonB
Ok, thanks!Btw, is Stash an app on the App Store or something?
-
RE: Help! I need help thinking of python projects I can do.
@mikael
Thanks for the suggestion! Also, do you happen to know how to use the ui module well? Just like scene, there are no tutorials online for me to follow.