I've been trying to structure events that will make the camera slowly scroll down the screen at the start of the layout.
So the camera begins at (0,0) for instance, and will smoothly scroll down the screen until it reaches the bottom of the layout.
I've tried a variety of things, and for some reason when I do
At start of layout -> Scroll to (0,0)
and then something like every 5 seconds, scroll y to current y -5. It does nothing besides the initial Scroll to (0,0)
I've read all the tutorials and looked at the .capx's for scrolling in the FAQ, but they all pertain to things much more complicated than this. This should be very simple, I just can't seem to make it work.
Any help?