Got a compile error!
Displaying 1-4 of 4 total.
1
Please enter a numerical value for the importance of this sticky.
Enter 0 to unsticky.
ltcmdstarbuck

I get an invalid assignment oprerator error for the end, "}" of a For loop. Here is the code:

Event{ // Autoexec Event
PaletteMorph(0,0,0,0,63);
Dummy3=LoadImage("Intromap.pcx");
Dummy2=0;

For(Dummy=1500; Dummy1000; Dummy-1)
{
RotScale(ScreenX/2, ScreenY/2, image_width, image_Height, Dummy2, Dummy, Dummy3);
Showpage();
BatWait(5);
}

DrawPic("Mount1.pcx", 0, 0);
BatWait(100);

Chr1 = EntitySpawn(10, 13, "Marina.Chr");
Entity.speed[Chr1]=US;
EntityMove(2, "F1");
SetPlayer(Chr1);
BoxedMosaicFadeIn(75,1);
}



Posted on 2001-07-18 00:04:23

Ear

(nt)



- Ear "It's time for the human race to enter the solar system."

Posted on 2001-07-18 00:18:09

omegama99

there are alot of errors in that. now since i dont know which variables and strings you defined, or the functions you created either. But the conditional in the FOR loop looks wrong. shouldnt it be
for(dummy=1500; dummy=1000; dummy-=1)

syntax:
for(start of loop; loop conditional; change each time)



The darkness awaits, do not try and escape your destiny.

Posted on 2001-07-18 00:25:10

ltcmdstarbuck

nt



Posted on 2001-07-18 07:26:52


Displaying 1-4 of 4 total.
1
 
Newest messages

Ben McGraw's lovingly crafted this website from scratch for years.
It's a lot prettier this go around because of Jon Wofford.
Verge-rpg.com is a member of the lunarnet irc network, and would like to take this opportunity to remind you that regardless how babies taste, it is wrong to eat them.