|
Posted By
|
Message
|
 Buster BLING COMMANDER
Registered 6/3/2002
Points 1436
|
25th May, 2012 at 5/25/2012 8:35:20 AM -
I have two of the same events, but each giving different results.
The events are something like:
1.
Upon left mouse click - Create "Object 1"
+ Counter = 0 Set "Object 1's" alterable value A to 100
2.
Upon left mouse click - Create "Object 2"
+ Counter = 1 Set "Object 2's" alterable value A to 200
Event 1, works as I intended. The object is created and only it would have it's alterable value A set to 100, the other "Object 1's" values that were previously placed would remain as they were.
However, Event 2 would NOT set the currently placed "Object 2's" value to 200, That would remain at 0, and only the previously placed "Object 2's" value would be changed to 200.
Whhhyyyy?
~¿?¿?¿?¿?¿?¿?¿?¿?¿?~
|
 s-m-r Slow-Motion Riot
Registered 6/4/2006
Points 3178
|
25th May, 2012 at 5/25/2012 12:50:03 PM -
I have no idea why it's not working for you, but if you use flags in an additional event you might solve your issue. Here's what I mean.
Make a second event below the creation event, as follows...
IF "Object 2's" Flag 0 = Off
THEN Set "Object 2's" Alterable Value A = 200
AND Set "Object 2's" Flag 0 = On
.
|
 Chris Burrows
Registered 9/14/2002
Points 2396
|
26th May, 2012 at 5/26/2012 10:20:32 PM -
MMF2 seems to work in mysterious ways sometimes. But there is always a reason why and it is usually a good one! If you upload your mfa, or at least a stripped down version, maybe then we can help you...
n/a
|
|
|
|