Name | Author | Game Mode | Rating | |||||
---|---|---|---|---|---|---|---|---|
Anniversary Bash 19 Levels | Jazz2Online | Multiple | N/A |
void onLevelLoad () {
jjLayers[6].spriteMode = jjLayers[7].spriteMode = SPRITE::BRIGHTNESS;
jjLayers[6].spriteParam = jjLayers[7].spriteParam = 50;
jjMASKMAP TFV(false);
jjMASKMAP ET(false);
for (uint x = 0; x < 32; ++x) {
for (uint y = 15; y < 17; ++y) {
TFV[x,y] = true;
}
}
ET.save(89, true);
TFV.save(708, true);
}
void onMain() {
for (int i = 1; i < jjObjectCount; i++) {
jjOBJ@ o = jjObjects[i];
if (o.isActive) {
if (o.behavior == BEHAVIOR::PICKUP && o.state == STATE::FLOATFALL) {
o.state = STATE::FLOAT;
}
}
}
}
Jazz2Online © 1999-INFINITY (Site Credits). We have a Privacy Policy. Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats.
Eat your lima beans, Johnny.