Who knew that meteorology was such a complicated thing in C2?!
(https://www.dropbox.com/s/e0ovspr3lfs6i ... Clouds.png)
Above is the event sheet for my scenery events...background images and stuff.
What I'm trying to do is have clouds randomly generated from the Cloud Generator object (there are three instances). Whenever the MakeCloudTimer reaches 0, that generator will spawn one of three different cloud images (separate sprites). The clouds will move between 40 to 60 pps to the left (so the Bullet behavior angle of motion should be 180).
What I cannot figure out is why the "On Created" condition is not getting newly created/spawned clouds to work properly. They end up shooting off to the right (per the original parameters of the Cloud Family object). What is it I'm missing? Thanks.