berstealth.blogg.se

Stage plot pro add labels
Stage plot pro add labels






stage plot pro add labels
  1. Stage plot pro add labels code#
  2. Stage plot pro add labels professional#

If you wish to keep current container activated and interactive, use mouseChildren = false only.

Stage plot pro add labels code#

This code deactivates container with it and all its nested containers. On the first frame of any non-interactive containers, but only if you’re absolutely sure they never be interactive (and will not contain any interactive objects). – Deactivate objects with mouseChildren and mouseEnabled. Decreasing amount of nested containers you’re increasing performance.

stage plot pro add labels

Use layers instead of containers ( MovieClips) when possible. So, if given time will be too short to do all this for one frame, your animation will lose its smoothness.

stage plot pro add labels

Using higher fps you’re giving Flash Player Runtime less time to draw, run code, GC. If you wish to play smooth animation – you could change the fps with code. Graphics, like some application GUI without smooth animations could be played at 12 fps. Most animations could be played smoothly enough at 24-30 fps. – Consider using as low frame rate as possible. These rules will be useful for the Flash Animators and Flash Designers first of all, developers should know some rules too though.Ĭompletely compatible with Flash Pro CS 5.5 and not completely with earlier versions. To make your knowledge of this topic even deeper – consider reading completely all links at the end of this post.

Stage plot pro add labels professional#

Working with Adobe Flash Professional you should consider about performance and culture of the content you’re creating.Īfter some docs reading and co-workers listening, I came to this: I should collect and keep most common and useful “authoring-in-Flash Pro” rules in one place to help with efficient content creating.








Stage plot pro add labels