-
Counter question
I'm sure this is simple and I'm having a brain fart right now! How would I setup an event that every 100 (counter value) do something? The problem is the counter doesn't update using even numbers. It might read 103, 100, 102 and so on. It could be odd or even numbers. I'm looking for one event to do this? Is it possible?
Would it be,
counter > or = to 100 + < or = to 199 Do something...
counter > or = to 200 + < or = to 299 Do something.
-
You could have it so that it counts up to 100, then it stores that away somewhere, and then it goes back to 100?
Like
If counter is 100
Set Alterable Value A("Object") to Alterable Value A("Object")+100
set counter to 0
Or pergaps I'm making it more difficult than necessary?
-
1 Attachment(s)
-
Chris, thanks man. I was having a brain fart with this. Ahhh,."mod" that's is exactly what I needed. Works perfect!!!
Thanks again for the help.
-
ChrisBurrows aways saving members hahahhaa.....hey man if you create CD or pdfbooks tutorials I sure would buy....
-
-
I am presently working on a series of advanced tutorials. The first chunk should be ready in a couple of weeks. Anything you'd like to see?
-
Chris, that is really great and looking forward to it. Some of the things I would like to see is.....
1. I'd like to see how the Alpha Channel works in the animation editor. How it's used, what is it exactly. I could never figure it out!
2. Smooth scaling,.up and down.
3. Organization of the event editor.
4. Working with Shaders,.....what do they all do!? Some examples would be great.