Jump to content

Definition of Area not working?


Recommended Posts

Posted

Hello all :) after a bit of a break from coding to due finals and stuff I am back practicing scripting. I am trying to Define an area and it just says that "The method Area(int, int, int, int) is undefined for the type main". the exact line is just this:

 

public Area AreaName = Area(2582,9493,2594,9484); 

 

i'm starting to wonder if the constructor for Area has been changed since i last used it. am i doing something wrong.

Posted

Hello all :) after a bit of a break from coding to due finals and stuff I am back practicing scripting. I am trying to Define an area and it just says that "The method Area(int, int, int, int) is undefined for the type main". the exact line is just this:

public Area AreaName = Area(2582,9493,2594,9484);

i'm starting to wonder if the constructor for Area has been changed since i last used it. am i doing something wrong.

You missed the "new" keyword.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...