Forum    News    Downloads    Saved Games


someone help me

<<

Puncharger

Brew Guru
Brew Guru

Posts: 3966

Joined: February 03 2006

Location: Florida

Thanks given: 6 times

Thanks received: 10 times

Post Fri Sep 29, 2006 5:06 pm

someone help me

I thought I could start c++ since mailas was helping me on aim but hes not responding, I keep getting errors:
  Code:
   
Background = load("Bckground.png");

    Color EasyColor = RGB(0, 0, 0);
    Color MediumColor = RGB(0, 0, 0);
    Color HardColor = RGB(0, 0, 0);
   
    int OnStartGameMenu =
    int OnDifficultyMenu = 0
    extern int DifficultySetting

   

Why isnt this working! SOMEONE HELP ME!!!!!!!
Image
<<

Mailas

Post Fri Sep 29, 2006 5:10 pm

lol sry my aim is laggy, okay heres what u do:
For the background, i told you its Background, you had it as Bckground.
Next,
int OnStartGameMenu =
int OnDifficultyMenu = 0
extern int DifficultySetting
they all need ; (semicolons)
So it would go like this:
int OnStartGameMenu =;
int OnDifficultyMenu = 0;
extern int DifficultySetting;

But on the first part, there is nothing assigned:
int OnStartGameMenu = 1;
int OnDifficultyMenu = 0;
extern int DifficultySetting;
Change it to 1 because of the syntax.
Heres the entire code:
Background = load("Background.png");

Color EasyColor = RGB(0, 0, 0);
Color MediumColor = RGB(0, 0, 0);
Color HardColor = RGB(0, 0, 0);

int OnStartGameMenu = 1;
int OnDifficultyMenu = 0;
extern int DifficultySetting;

Hope that helped.
<<

Puncharger

Brew Guru
Brew Guru

Posts: 3966

Joined: February 03 2006

Location: Florida

Thanks given: 6 times

Thanks received: 10 times

Post Fri Sep 29, 2006 5:14 pm

its still giving me one error, it sais its on the int OnStartGameMenu
Image
<<

Mailas

Post Fri Sep 29, 2006 5:15 pm

Oh yea set it to 0 :lol:
<<

Puncharger

Brew Guru
Brew Guru

Posts: 3966

Joined: February 03 2006

Location: Florida

Thanks given: 6 times

Thanks received: 10 times

Post Fri Sep 29, 2006 5:21 pm

yes its working thanks mailas!
Image
<<

Mailas

Post Fri Sep 29, 2006 5:31 pm

np :wink:
<<

.Vault

User avatar

Brew Guru
Brew Guru

Posts: 3693

Joined: September 02 2005

Location: NJ

Thanks given: 0

Thanks received: 2 times

Post Fri Sep 29, 2006 5:38 pm

lol.. a little help on random stuff dont kill anybody.
<<

Mailas

Post Fri Sep 29, 2006 5:42 pm

umm..il keep that in mind..i think.

Return to PlayStation Portable

Who is online

Users browsing this forum: No registered users and 141 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for blacklist.org.