Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble with scrolling background, please help

Status
Not open for further replies.

Lizzie

Technical User
Aug 1, 2000
62
GB
I am having trouble with my movie. The JungleBackground_Movie scrolls left and right with btns.
This is the code for the target btns:

/JungleBackground_Movie:xpos = Number(/JungleBackground_Movie:xpos)-50;
if (/JungleBackground_Movie:xpos<-496) {
/JungleBackground_Movie:xpos = 1003.75;
}
setProperty (&quot;/JungleBackground_Movie&quot;, _x, /JungleBackground_Movie:xpos);

The thing is, the btns don't have much control over the scrolling. If you click it more than once it goes for ages and because the file size is so large it is pretty jerky. You can have a look on (I know there are other matters to be fixed as well but that is mostly in hand)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top