I haven't been able to figure out how to do an OR operator. Is it possible?
Printable View
I haven't been able to figure out how to do an OR operator. Is it possible?
Well let me take that back I found it but its not working as I would expect. For example. I have a condition that says If counterA = 2 or 3 then set counterB to 5
The thing is it dosn't work :( I can set counterA to 2 and counterB does not become 5 but if I set up two expressions
one that says
if counterA is =2 then set counterB to 5
and the other
if counterA is =3 then set coutnerB to 5
and it works fine.
Any insite as to why or isn't working in my expressions?
You mean :
+ Counter A=2
- OR
+ Counter A=3
Set counter B to 5
DOES NOT WORK? I'm sorry but it should. Maybe you should send me your example.
WARNING : you should not use the OR operator from the expression editor. This OR operator is just for logical calculations (binary). The true OR operator you want to use, is in the popup menu you get by clicking with the right mouse button on a condition. This is the one you should use (the first one).
Try it, and tell me if it works...
Ah that explains it, I was using the or operator in the expression editor. I'm not getting the OR when right clicking on a condition though :(
Could it be because I'm using the demo? I'm waiting for the full version of MMF2 in the mail? (actually I missed the package yesterday :).
The demo is an old build and doesn't have any of the new features (it is also very buggy).
Clickteam aren't very good at keeping the demo up-to-date sometimes :(
I don't think they have ever updated it.
That's a big shame. People testing the product are missing out a lot.
I can understand wanting to leave features out of the demo, but not fixing bugs or crashes in it is pretty bad.
Even leaving features out, people don't see it's full potential.
That's not true, because nearly after the Demo release it got updated because there was missing a mmfs2.dll in a directory. :PQuote:
Originally Posted by Jam
Hmm... Dynasoft, not to get personal. But why the sudden change in attitude towards Clickteam?
Just curious because you seem to never have a negative tone. :confused:
Another example would be this.
Collision between [Group.bad] and [Group.bad]
OR [logical]
[Group.bad] is overlapping [Group.bad]
Do
Stop
Bounce
This comes in handy with my Traffic engine, you see i needed my cars to stop when they touch each other, and not end up on top of each other. :)
So i guess you would call it "Dual Collision Checking"...
That's because I'm very much a realist, and clickteam is very good at nearly everything :)Quote:
Originally Posted by 00J
Hopefully they'll update the demo after HWA and Vitalize! and the new java runtime and ...
Oh dear, they're never going to get any time to do it are they :(
:grin: Valid point
I haven't said anything though, I just wish now. They've got to be working around the clock.
I think HWA will blow you away with the possibilities. I hope that is the main focus. :cool:
I think the first test someone should do is a Geometry Wars MMF style...
and yeah I think the plate is full for Clickteam, but that a great thing. I'm sure they love doing it as much as we love using it.