
-
-
newtoonie
Im new to this but I noticed in the Examples that there are classes like 'UIDevice' , 'UIScreen', etc.
Is there a list or web page of these ObjC classes and its attributes that I can refer to?
-
newtoonie
If I were making a game with the scene module
May someone tell me, how can I get input from a bluetooth keyboard? -
-
newtoonie
Thank you much my dude :)
(Im kinda young btw so that's why I ask all these simple questions)
-
newtoonie
Is there a way to access the iPad's microphone with objc_util or any other module?
(I really just want to obtain the loudness that the microphone picks up)
-
-
newtoonie
So i'm creating a game using the scene module. I was wondering, how do I program the game to scale correctly based on the device's resolution?
-
newtoonie
I'm creating a game on pythonista and wondering, how can import custom sound files?
I hear I can use the Dropbox API (never done something like this before)
Will this allow me to import sound files? -
newtoonie
When typing "from [module] import *" it alerts "cannot import name scanner"
This happens with any file including the examples included in the app
Please help