
09-22-2001, 11:48 PM
|
|
Banned
|
 |
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
|
|
|
just put tiles underneath like if you're using block.gif put the block tiles underneath then do like
if (playertouchsme) {
if (strequals(#g,Events Team)) {
if (playerdir==2) {
playery--;
}
}
}
if (playertouchsme) {
if (strequals(#g,Events Team)) {
if (playerdir==0) {
playery++;
}
}
}
asuming the two directions are up and down it should work if not just change the playerdir |
|
|
|