Hi,
This is done in Flash 5. I think i figerd out my problem with the mouse movement but it works fine scrolling right but when it scrolls left the pictures don't reapear they just keep moving left any ideas???
// I have 1 pic made into a movie with the label mouse
// I have 7 pictures that i used labeld a1, a2, a3 ect
// This in a key frame
startDrag ("/mouse", true);
x = 0;
while (Number(x)<10) {
x = Number(x)+1;
setProperty ("a" add x, _x, getProperty("a" add x, _x)+(getProperty("mouse", _x)-350)/20);
if (getProperty("a" add x, _x)<-350 and getProperty("mouse", _x)<-350) {
setProperty ("a" add x, _x, 800);
}
if (getProperty("a" add x, _x)>800 and getProperty("mouse", _x)>-350) {
setProperty ("a" add x, _x, -350);
}
} [sig]<p>Az<br><a href=mailto:azmaramza@home.com>azmaramza@home.com</a><br><a href= > </a><br>ICQ 59238403<br>
AIM azmaramza[/sig]
This is done in Flash 5. I think i figerd out my problem with the mouse movement but it works fine scrolling right but when it scrolls left the pictures don't reapear they just keep moving left any ideas???
// I have 1 pic made into a movie with the label mouse
// I have 7 pictures that i used labeld a1, a2, a3 ect
// This in a key frame
startDrag ("/mouse", true);
x = 0;
while (Number(x)<10) {
x = Number(x)+1;
setProperty ("a" add x, _x, getProperty("a" add x, _x)+(getProperty("mouse", _x)-350)/20);
if (getProperty("a" add x, _x)<-350 and getProperty("mouse", _x)<-350) {
setProperty ("a" add x, _x, 800);
}
if (getProperty("a" add x, _x)>800 and getProperty("mouse", _x)>-350) {
setProperty ("a" add x, _x, -350);
}
} [sig]<p>Az<br><a href=mailto:azmaramza@home.com>azmaramza@home.com</a><br><a href= > </a><br>ICQ 59238403<br>
AIM azmaramza[/sig]