Tagged Questions
The scrollrect tag has no wiki summary.
1
vote
1answer
218 views
ActionScript - Problem moving scrollRect with cacheAsBitmap
in order to increase performance of a scrollRect i must cache the vector as a bitmap, otherwise the scrollRect will be simply a less performant mask (info source).
however, i can't seem to move an ...
1
vote
1answer
448 views
UIScrollView - scrollRectToVisible - showing a button at the center of the screen?
I have a uiscrollview with tons of buttons in it.
What I need to do is show one of these buttons at the center of the screen.
When I use scrollRectToVisible (passing the button-frame), the scrollview ...
1
vote
3answers
1k views
Multiple viewports of the same DisplayObject
Is it possible to have multiple view of the same display object? (e.g. same-computer multi-player game using split screen)
The sample code that failed to work follows:
var content: Sprite = new ...