Okay, so I have been using Multimedia Fusion 2 for just over a month and I love it. However, I really suck at Randomizing Stuff.
In my current game that I am making, your objective is to "kick the can". I have this for my Can Creation in the event editor.
Every 3"-00 < Create "Can" at (638,134) on Layer 1.
That works fine. I have a path movement on the can that curves towards the player. But I need to make it more difficult for level 2 and am trying to randomize the speeds of the cans. This is what I have:
Always < Randomize Speed (Can)
But that isn't working, any ideas?