I keep trying to make it so that this game goes to a frame when the player leaves the arena, but the god damn thing keeps crashing & so far I am not able to find ANY way to stop it!!! Can anyone help!?
There could be a bug in the frame which you're jumping to. Try running that frame alone and see if it works.
A frame crashing can be from various things. The most common is usually having too many "Start of Frame" or "Always" events. Try to keep them so that all the actions are on the same event line unless otherwise needed.
What happens when it jumps to the frame? Are there any other actions performed in the event? Are you using any extensions?
yeah TGF isnt any fun, it just lets you do what you want without any trouble..so boring. MMF makes it a lot more interesting for me to create games, I spend 8 hours to do just one level, and using the mentally chalenged sprite editor makes sure my gfx look more stoned then ever
back to the topic, I think u should send the file to one of the clickteam guys, they might be able to tell u what the problem is.
The only time an MMF app has ever crashed on me it's been when there's a visible object-producing bug, or it's been extension related. Some extensions self-destruct if they aren't primed properly.
A lot of extensions bug up for me when I put them into my global events, which is a pain because I always create a global engine, I hate having to go and program the events into every frame, I usually have about 3-4 events in each frame only now(not including object behaviors). But in the cases of some extensions I have to make sacrifices in order to do that. It's very annoying.