views:

28

answers:

2

This is for a scroller, I've been trying to figure out why it's pushing a particular movie clip off stage for a particular clip, when the others are working fine. Tracing the numbers, the clip is off at y -76000 and Flash thinks the height is somewhere in the neighborhood of 20 million, 20133131.85 to be exact.

Any thoughts?

A: 

can you trace the bounds on enterframe? this sounds much like the clip is not ready yet for some reason. if this is the case, the numbers should become normal after some time.

back2dos
no, it's a bug in flash.
eighteyes
A: 

manually assign the proper height to the clip in actionscript. that way flash knows what's up.

eighteyes