Menu causing crashes??

I had my game running very smooth, untill i made a menu.....
now it crashes almost all the time, but the menu barely has any coding, so i have no idea what going on
and
are basically the only codes, other than x = 0;
and y = 0; and some enable events....
i don't see any problems, so i don't know how i should go about fixing this
even GE seems to be messing up, random letters in windows will start scrolling through symbals
im scared, alone, and cold...........help.......
now it crashes almost all the time, but the menu barely has any coding, so i have no idea what going on
- Code: Select all
if(cloneindex == 0)
{
yvelocity += .9;
}
and
- Code: Select all
if(select == 0)
{
select = 1;
PlaySound2("data/hit03.wav", 1.000000, 1, 0.000000);
PlayMusic2("data/song.mid", 1.000000, 8, HIGH_PRIORITY_MUSIC);
}
are basically the only codes, other than x = 0;
and y = 0; and some enable events....
i don't see any problems, so i don't know how i should go about fixing this
even GE seems to be messing up, random letters in windows will start scrolling through symbals
im scared, alone, and cold...........help.......