I found bug with event editor(and behavior?).
-MMF2 crashed, when displaying object select window at inserting new condition .
-Launch an Object action not work. this action was copied by dragged from another object's action.
I found bug with event editor(and behavior?).
-MMF2 crashed, when displaying object select window at inserting new condition .
-Launch an Object action not work. this action was copied by dragged from another object's action.
I also found another problem:
Crop action does not work when any tool is being used, when there is nothing selected with the Selection Tool.
Instead the hot spots and action points jump to a random number. Sounds like the memory being misread.



ASD: does it occur all the time? With every application? Are you using fancy objects?

SortaCaore, I can't reproduce your problem at all, Crop works fine when other tools are selected and the hot spot / action point are correctly moved. Please send me a MFA and tell me exactly what to do, thanks.
It's not happened every time. However, I experienced it several times.Originally Posted by Francois
I used Active object when this problem occurred.
EDIT: Confirmed Launch an Object doesn't work problem, here.
http://mfa.aquadasoft.com/view/1297495097-launch_an_object_bug



Launch object : this might be due to the fact that you are launching an object from the behavior of another object. It will work in its own behavior.
I set it as a new action instead of dragged copy the action. Then it worked fine.Originally Posted by Francois
Can you fix the not work dragged action problem?
http://mfa.aquadasoft.com/view/1297585228-launch_an_object_bug2
Strange... I can't reproduce it now either. I'll see if I can track it down sometime this week.
EDIT: Found it:
http://dark-wire.com/temp/Bug.mfa
Just delete the bottom line of pixels via the Selection Tool (select the bottom row then press the Delete key), then click Crop. The action point and hot spot will increase dramatically and the image won't resize.
Another bug, if you rename an object, the Properties window still displays "Properties - " then the old name as the title.
Outcast just reminded me of this bug: The "User Clicks" action seems to start missing clicks when the user clicks rapidly.
EDIT: And a few other things, I think it might be better if "Compress the Runtime" started off by default (no need to remove it though). It could also be good if "Inactivate if too far from window" were "No" by default, as it confuses newer users and can be annoying if you forget to set it to no. And one more thing, I remember some people being confused by "Follow the frame", thinking it meant the opposite of what it really did. It might be better if it were called "Move with Frame Scrolling" or something of the sort.




I don't think this is a bug. This is how Windows works. If you click too fast, some are detected as double-clicks and are ignored.Originally Posted by Jaffob