Recent content by raydot

  1. R

    Old Xcode and 3.0

    I asked you a longish question here, but in asking it I figured it out. So now there just seems to be no control over the ball using the sliders. I know you don't have my code files, but any idea what I might be doing wrong? Is it an IB issue or a code issue?! I'm having trouble seeing how...
  2. R

    Old Xcode and 3.0

    I see now. Instance variables for the AnimationController... Do you know of any good (better) graphics tutorials online?!
  3. R

    Old Xcode and 3.0

    Took a while, but I'm back! So is that a constructor then?
  4. R

    Objective-C and C++? (And Qt!)

    Thanks Mikuro! This is a huge help. I knew a solution had to be out there.
  5. R

    Objective-C and C++? (And Qt!)

    All, For a personal project I want to create a simple 2D game that I can use to build out some AI classes and the like in C++. Does anyone know of any resources that describe how to add C++ classes into your XCode projects? Everything out there seems to be written in Objective-C, or...
  6. R

    Old Xcode and 3.0

    Mikuro, I've asked this question in a few places and you're the first person to reply at all, thanks. I haven't tried your response yet, but I will and I'll get back to you. In the mean time I do have one question: #import <Cocoa/Cocoa.h> @interface AnimationController : NSObject...
  7. R

    Old Xcode and 3.0

    Hi, I'm following the XCode tutorials on O'Reilly's macdevcenter.com, specifically: http://www.macdevcenter.com/pub/a/mac/2002/01/04/cocoa.html On page four of that tutorial it discusses adding sliders, and then modifying the sliders NIB file in Interface builder to generate classes...
Back
Top