i seen sites and this is something im looking for and what does teleporting mean? and this thing im having trouble with thnx
OK here goes nothing:
- Make the background a movieclip and label it “background”
- Make sure the movieclip background is stopped at the first frame
- Add more backgrounds in the movieclip, you can make as many as you want
- Add this script to your character (the teleporting must already been done
onClipEvent (enterFrame) {
if (this._x > 550) {
tellTarget ("_root.background") {
nextFrame();
}
}
if (this._x < 0) {
tellTarget ("_root.background") {
prevFrame();
}
}
}
:kir: hiiiiiiii!