Results 1 to 9 of 9

Thread: Weird error

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    new is used to instantiate objects, not classes. For classes you need a create constructor, but you have sprite as constructor AND destructor. Both are methods that should need diferent names.
    Last edited by pitfiend; 21-03-2014 at 08:19 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •