Hello super awesome helpful people.
Once again, I can't figure out what I'm doing wrong here.
I'm trying to create a cloud object every 1-5 seconds, at a specific y, and a random x within the layoutwidth (which is 320)
So here's what I've got so far:
Every random(4000) + 1000 milliseconds -
create object cloud1Blurred at x - random(320) and y - layoutHeight + 50
then I've got another event that sends the cloud up 5 pixels every 20 milliseconds.
The problem is the cloud x position seems to always be 0, rather than a random number.
Here's the cap http://www.wethesqueemish.com/construct/plummet1.cap
I'm sure I'm just doing something dumb, but I can't figure out for the life of me what it is.
Thanks heaps
Tim