Hi, I'm going to explain you what I want and see if anyone can help me.
I have a frame that is 480x480 in size. I set its Virtual Width to 480 and its Virtual Height to -1. I did this because I have an Active with platform movement, and I want it to endlessly fall on the height of the frame. I already achieved this.
So, my question is this. I want other Actives to appear at random in the endless level. I know that, for X, the position has to be random(480). How can I place the random objects for Y? Using random(-1) is not working for me. What am I doing wrong?
Thanks a lot!