Flash version of my game doesn't scroll
This is a really odd and very serious bug, i wanted to test my latest game running on flash (it's mainly an ios/android app, but i want it to run on all platforms)
It's supposed to scroll from the very beginning (vertically), but running the .swf it's locked onto the default 0,0 coordinate view without ever scrolling.
i thought it was something to do with float values so i tried a few things that didn't work, (i am using the center vertical position of window in frame action)
then i tried setting an object to the coordinates and centering frame on that object but it didn't work,
finally i created a counter object, always setting it to the coordinate i want to scroll to and center vertical position of window in frame on the same event with the same number, i copied that event to both the top and bottom of the event list, and the number is set just fine, but the frame is completely stuck.
i also tried exporting with flash player version 9, 10 and 11, none of them work. it works just fine in fusion, on android, and on ios.