I’m pretty new to actionscript (though I’ve been using Flash since it was called Future Splash!) and would appreciate help in how scroll a movie clip across the stage with actionscript rather than tweening.
Basically I have a simple movie clip that consists of around 12, text only, buttons and I want mutiple instances of the movie clip to scroll left->right across the screen, repeating itself seamlessly. At the moment I am tweening it but the file size has become unmanageable.
I can’t really say anything without seeing what you have there… But basically what you need is to change the _x property of the movieclip when the button is pressed… Maybe putting all of your multiple movieclip instances into the big one movieclip and changing the _x property of it would be how you’d go about that…
cheers for the advice, what I’m actually after is different speeds for each movie instance - here’s what I’ve done by tweening http://www.iris-spectacles.co.uk/index.cfm?do=catalogue q the problem is that the tween has produced a large file so I’ve had to speed it up.
I have noticed that the preloader keep loads the file from the beginnin again and again when I refresh the browser… and it was taking some time for 56k to download…
The size of the file was the problem, at 350k taking 56k modems an age to download, I’ve sorted the problem now reducing the file down to 8k! Doesn’t even need a preloader anymore. have a look at: http://www.iris-spectacles.co.uk/newbrands.htm
All actionscript instead of traditional tweens, so the only real effect on size now is the text which is only 8k. Before it was the length of the tween that was bloating the file. To be honest this was my first foray into writing ActionScript from sratch, I’d always tweaked other peoples files to suit me.