im haveing a problem where my character keeps dissapering when i move too far of the screen. i have 'destroy object when too far off the frame' and 'inactivate object when too far off the frame' disabled. so any ideas why it's doing this?
If it's a platformer, with gravity (i.e the player falls until it hits an obstacle) then if there's no continuing obstacle when you leave the frame, the character will continue to drop.
It may be a position bug, you might have it setting a large (or negative) X or Y value accidentally. Search through your code for that or an extra "destroy" event.
This may be one of those share-your-code-so-others-can-look situations... I hate those, because I'm paranoid that someone will steal my stuff... Maybe you could even just send an already-compiled version, it may be something we can detect at runtime.
i have the global collision thing activated. but i found out he is actually falling through the floor when off screen. i've tried everything i can think of but he's still falling through the floor. old man will you look at my code?
I think maybe he fell off the frame or something. Go upload your code somewhere so we can see what it does
Oh, BTW, try to use proper spelling and grammar. That might work for SMS, but it's seriously going hurt you on the Internet (here)
Originally Posted by stillnoct Uncheck the "destroy if too far from screen" checkbox and inactivate if too far from the screen thingy.
Lol, he did that.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
The problem is waddle dee keeps falling off the screen when kirby goes too far left or right.
Thankyou for any help and remember please dont steal this code
oops nevermind. i fixed it! i accidently sent the fixed version. so you're free to check out the engine im makeing and give me some pointers. thanks!!!
Wow! I am WAAAAAAAAAAAAAAAAAAAY! too lazy to make these huge engines. Thats why I use
extensions. But if i used an extension, it wouldnt be as good as this platform movement. Great job!