views:

303

answers:

1

Hello guys, i need some hands on controlling scrolling text with 2 buttons left and right data fed by xml .

my file structure is like this:

main file: bg.swf ticker file : tikcer.swf buttons file: scrolling.swf ActionScript file: xml_ticker.as

bg.swf is calling ticker on 0 level and scrolling buttons on level 1 ... thats cuz ticker text coming from xml wont go over the right and left arrow buttons .... now my question is:

i want to control ticker thats running from right to left .... on clicking left arrow it shud speed up and on release it shud go back to normal speed ..

and on right arrow it shud go opposite direction and on release it she go its orginal direction and speed.

thanx alot for help in advance...

A: 

Not sure what version of Flash/ActionScript you're programming against, but if it's for ActionScript 3 this should be of some help.

For AS 2, you can try this.

Michael Todd
hello i'm using AS2
i can paste code in here ... if you want to see or i can give you files ...