AS3 code // SET Y INITIAL POSITION targY = 0; // SET THE INITIAL POSIZION OF THE SCROLLER X dragger._x = mask._width; // DRAG FUNCTION scroller.onPress = function() { startDrag(this, false, this._x, 0, this._x, mask._height-this._height); }; // END DRAG scroller.onRelease = scroller.onReleaseOutside=function () { stopDrag(); }; // MANAGE THE MOVEMENTS THAT CONTENT SHOULD DO content.onEnterFrame [...]
Tag Archives: flash scroll
How to Create scroll buttons: automatic flash scroll
January 7, 2010
Create automatic scroller. The text will scroll when you move the mouse over the arrows. Follow the steps below: Launch Flash Designer and create a blank document. Set the frame delay to “Stop” (“Frame” > “Frame Delay”). Size the frame at about 300×200 (“Frame” > “Frame Size”). Create a new dynamic text paragraph and enter [...]

November 24, 2010
0 Comments