• Member Avatar for Onion13
    Onion13

    Created How to make a homing missile using C# visual studio?

    I've found many tutorials online for unity making homing missiles. I can't find one for people not using unity.
  • Member Avatar for Onion13
    Onion13

    Began Watching How to make a homing missile using C# visual studio?

    I've found many tutorials online for unity making homing missiles. I can't find one for people not using unity.
  • Member Avatar for Onion13
    Onion13

    Created Random images from imagelist

    Trying to make a game where explosions randomly appear on the screen using visual studio. I figured out how to make a single picture change location on the screen. So, …
  • Member Avatar for Onion13
    Onion13

    Began Watching Random images from imagelist

    Trying to make a game where explosions randomly appear on the screen using visual studio. I figured out how to make a single picture change location on the screen. So, …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Help with inheritance

    Now I'm getting this error. Traceback (most recent call last): line 185, in <module> Game().run() line 11, in run next_start = self.Scenes[start].enter() KeyError: 'scene_intro'
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Help with inheritance

    I fixed that error but I still have an error but this time it says... Traceback (most recent call last): line 180, in <module> Game().run() line 10, in run start …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Help with inheritance

    When I select to fight the alien I get the following error message: Traceback (most recent call last): line 180, in <module> Game().run() line 10, in run start = self.Scenes[start].enter() …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Help with inheritance

    It didn't work. Do you have any other ideas?.
  • Member Avatar for Onion13
    Onion13

    Created Help with inheritance

    Studying python and in the lesson it says to modify anc change the program. I thought I'd make the game more interactive. I know it requires the program to use …
  • Member Avatar for Onion13
    Onion13

    Began Watching Help with inheritance

    Studying python and in the lesson it says to modify anc change the program. I thought I'd make the game more interactive. I know it requires the program to use …
  • Member Avatar for Onion13
    Onion13

    Began Watching How to read sentence for sentence with Python

    I'm tryng to read sentence for sentence from an input with python: sentences = raw_input("Insert some sentences here: ") (For example: Hello, my name is Mattia) How i can read …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in How to read sentence for sentence with Python

    You could also make it slowly print each string one by one as fast or as slowly as you want doing this program. from time import sleep def foo(): print …
  • Member Avatar for Onion13
    Onion13

    Began Watching Pokemon Game In Python/PyGame

    Hey, still a beginner in Python. I was wondering if anybody could help me out with all this info. Im planning to make an actual game, but first i have …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Pokemon Game In Python/PyGame

    Before you make any game using python or any programming language you need to first map out the game, how you want to make it look, the characters and the …
  • Member Avatar for Onion13
    Onion13

    Gave Reputation to Gribouillis in Making a looping menu using oop on python

    Remove the test in `run()` def run(self): start="MainMenu" while True: start = self.Menus.get(start).enter() Also you could replace `exit(1)` with `exit(0)`. A value of 0 means that the program exits normally (without …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    I looked over my program and searched online to see what you meant by remove the test from run(). Forgive my silly question but I am still learning python, but …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    I followed your advice, took a step back and realised I was making my program too complicated. I simplified it and now I have a new problem. When the options …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    Trying to simplify the program. I know many people try and make their program look fancy, so I tried to make it simpler and I figure the easier it is …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    What I am trying to do is figure out lesson #43 of learn python the hard way. Zed wants us to make a game and I understand how oop works …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    Sorry it took so long to get back, I've been busy. I kept it re did the whole program and kept it simple. I didn't want to bite off too …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    Right, right, duh I missed that in my haste to write the program. I have another question and I hope you can help me out with it. I've been learning …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    Stuck with at how they make the oop program work.
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    Right, right, duh I missed that in my haste to write the program. I have another question and I hope you can help me out with it. I've been learning …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    I get more or less how you did it, but I wanted to make it entirely using oop. I remade the program using just oop but when I try and …
  • Member Avatar for Onion13
    Onion13

    Replied To a Post in Making a looping menu using oop on python

    I was thinking of something similar to this this program. main='a ,b ,c , exit,' menua='apples, Amanda, alphabet, main menu, back, exit ' menub='banana, Betty, beagle, main menu, back, exit …
  • Member Avatar for Onion13
    Onion13

    Created Making a looping menu using oop on python

    I've been learning python and I'm almost finished and I'm learning about oop. I have a question, is it possible to make a looping menu using oop on python (Not …
  • Member Avatar for Onion13
    Onion13

    Began Watching Making a looping menu using oop on python

    I've been learning python and I'm almost finished and I'm learning about oop. I have a question, is it possible to make a looping menu using oop on python (Not …

The End.