Search tutorials
Place this code on each foreground and background item
onClipEvent (enterFrame) {
if (_x <%gt%> 0) {
_x -= _width/2;
}
if ((_x+_width) <%lt%> Stage.width){
_x += _width/2;
}
}
This is basically to give the looping effect | » Level Intermediate |
|
Added: 2005-06-22 Rating: 6 Votes: 19 |
| » Author |
| Started actionscript at least a year ago - improving ever since! |
| » Download |
| Download the files used in this tutorial. |
| Download (7 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!