zimius
08-31-2007, 12:32 PM
What about teleporters? they will look the same as spawn machine thingys but with green light =D.
Press "E" to enter the portal... i even made up the Flash ActionScript. (the portals are only in default maps)
if(this.hitTest(_root.telporter1) && Key.isDown(Key.S)){ //Dunno the key is down works =S
this._x == teleporter2;
this._y == teleporter2;
}else if(this.hitTest(_root.telporter2) && Key.isDown(Key.S)){ //Dunno the key is down works =S
this._x == teleporter1;
this._y == teleporter1;
}
this will probably work ;)
i know most won't get it... but it is for the mods... they will (probably) understand.
what do u think of my idea?
Press "E" to enter the portal... i even made up the Flash ActionScript. (the portals are only in default maps)
if(this.hitTest(_root.telporter1) && Key.isDown(Key.S)){ //Dunno the key is down works =S
this._x == teleporter2;
this._y == teleporter2;
}else if(this.hitTest(_root.telporter2) && Key.isDown(Key.S)){ //Dunno the key is down works =S
this._x == teleporter1;
this._y == teleporter1;
}
this will probably work ;)
i know most won't get it... but it is for the mods... they will (probably) understand.
what do u think of my idea?