Help me find a bug please !
I posted this in another thread about finding a helper, but maybe i should make real one for the problem.
I stripped down my mfa to just the core and removed as much as possible to isolate the "bugg". I will attach the mfa at the bottom of this text and also a screenshot to show what i mean.
Ok here is the problems. As you will see in the mfa the penguins will walk when the stoplight are green. They will travel up to the gate at the top of the frame then "slide" down until they go outside the frame to the left. Then they will appear and go to the right and throw a fish.
Ok all this works well except that for some reason the sixth penguin will be two penguins on top of each other when they appear at the bottom left (this happens not always i think but like 95% of the time). After that some of the penguins will be doublicates on each other.
The event CAUSING this is in the group named "Level Activators" (under the group Game). This event just activates another group called speed up that makes the penguins speed go from 1 to 2. (in the main game its used to make it a little more difficult by increasing the speed they walk).
If you remove the group "Level Activators" the bugg wont happen.
I have no idea why this is happening, and why it starts at the sixth penguin, its the exact same event happening for every penguin so dont know why some are exceptions :S
If someone could point out whats the problem i would be very grateful! Im going crazy here :P
MFA: http://www.sendspace.com/file/o5y7sl
Screenshot: http://www.newgrounds.com/dump/item/4c98f5f217eab288f0b15364c441d2b2
Re: Help me find a bug please !
NEW MFA http://www.sendspace.com/file/honbll
Re: Help me find a bug please !
Because MMF2 does not always execute some commands in a sequence order you can sometimes get odd effects happening. Try adding differnet code. Perhaps add or move the command. Put in a variable and add one to it or put in a delay. I know this sounds odd but see if the effect stops.
I have had similar issues at rare times with MMF2.
Re: Help me find a bug please !
I have no idea myself how to modify the event as i dont see any relation to the event and the "bug" so thats why i have attached the mfa to see if someone can see it. Its just so strange :S