I ran into a problem which that I have a function "PlaceOneSpawn" which will spawn a MovieClip "A_Y" that will addChild into a movieclip Container.
Everything spawns and everything works, I spawn everything in the timeline Actions by calling the function.
I couldn't find a tutorial anywhere that shows a movieclip drag scroller (Like iOS scrolling) for vertical scrolling with .y limiter using a class.
Most of the tutorials out there only use a direct timeline action coding, I want to try to stay clear of that type of coding if possible.
Thanks in advance!