Author Topic: Operation: Resurect Mortis!  (Read 3676 times)

Offline Natster-104

  • Ultra Heavyweight
  • Posts: 1406
  • Rep: 6
    • http://www.youtube.com/ch
    • View Profile
    • Awards
  • Skype: natster-104
Re: Operation: Resurect Mortis!
« Reply #20 on: November 06, 2014, 10:02:41 AM »
Been having a little look through the .py files, and I very vaguely understand them, the problem is that I'm used to using version 3.4 at school, so the launcher looks really weird to me

Offline Trovaner

  • *
  • Posts: 1222
  • Rep: 32
    • View Profile
    • Awards
Re: Operation: Resurect Mortis!
« Reply #21 on: November 06, 2014, 01:19:03 PM »
I'm sort of just throwing it out there but have you learned much about methods and classes? I only ask because RA2 uses a concept called class inheritance and I'm guessing that's where your confusion lies. The differences between python 2 and 3 are actually quite subtle. This is especially true in the context of RA2 because one of the only differences is in how you do print statements.

Offline Natster-104

  • Ultra Heavyweight
  • Posts: 1406
  • Rep: 6
    • http://www.youtube.com/ch
    • View Profile
    • Awards
  • Skype: natster-104
Re: Operation: Resurect Mortis!
« Reply #22 on: November 06, 2014, 01:35:55 PM »
I'm sort of just throwing it out there but have you learned much about methods and classes? I only ask because RA2 uses a concept called class inheritance and I'm guessing that's where your confusion lies. The differences between python 2 and 3 are actually quite subtle. This is especially true in the context of RA2 because one of the only differences is in how you do print statements.
I don't believe so, we're learning about while and if statements mostly, the most recent work we have done is doing currency converters and username and password info, and actually at the point I'm on now on codeacademy I'm learning about functions, so I don't think I'll be learning them anytime soon