@Talps: I'm having difficulty recreating this issue. I even used customized coins to no avail. It may be a specific coin or set of coins that are causing this issue. You may be able to get around it by using different coins. Every 25 coins belong to different set.
@Sergio Cornaga: Yikes! The incorrect editor images are easy to fix. The golden creature will require
MMF2 be fixed. I made Triggers to act like Shifts, so only being able to activate one at a time is part of the design.
Triggers and Overlay are a complicated subject. Most of the time everything in the game from backgrounds to objects exists on one game engine layer. Only things like the Item bar exist on another of these layers. When Overlay is active game design layers 2 and 7 are created on an engine layer above the regular one. A side effect of this is objects on layer 7 cannot collide with objects on other layers. Normally if Juni stands on a Trigger the engine can detect a collision and react accordingly. But if the Trigger is on the Overlay then there is no collision as far as the engine is concerned. There are some things you can do with Triggers and Overlay:
- You can activate a layer 7 Trigger with a lower level Sign, but the spawaned object will not spawn to layer 7.
- You can activate a layer 7 Spawn object with a lower level Trigger, but the spawned object will be created at the depth of the Trigger.
- You can activate a layer 7 Delete object with a lower level Trigger, but it will only delete things it overlaps on layer 7. Not very useful.
I know I can't program this anymore, but these errors and the one found previously are making me consider looking for access to MMF2 again. I'd be interested to know if someone with the Standard version can open the source. I programmed it with the Developer version, and though I tried not to make it Developer only territory, there's no way for me to know if I succeeded. Even worse I'm afraid a new version of Developer wont open the source either. This software is too expensive for me to buy an incompatible version. *goes to ebay*