heck, you can just put Acc Belt events in the area the bridge would take up in JCS. But more generally:
Code:
void onPlayer(jjPLAYER@ play) {
jjOBJ@ platform = jjObjects[play.platform];
if (playform.behavior == WHATEVER) {
play.xSpeed CHANGES SOMEHOW;
}
}
__________________
|