Hey folks,
So I have a quick question. I've scoured the forums and I'm starting to wonder if what I want to do is even possible. Here is, essentially, what I want to happen:
Object "ELIZ" sets its frame to a random frame out of 20 [ random(0, 20) ]. However, I don't want it to set the frame to its current frame at any time. SO, I have created an instance variable called "frame".
What I want the code to look like is, basically:
Set frame to a random frame between 0 and 20, but NOT equal to the current frame.
I can't find a way to do this, however. I'm open to workarounds, of course, but there doesn't seem to be one that I can find. Any help would be much appreciated! Been stumped on this bit for a while, now.
Thanks!