flash like this....
flash like this....
Out of context: Reply #11
- Started
- Last post
- 14 Responses
- inky0
onClipEvent (load) {
movieh = 385;
h = _root.foto._height;
//speed alto velocita' di rotazione bassa
speed = 12;
}
onClipEvent (enterFrame) {
// scrolling sull'asse y
ypos = _root._ymouse;
ypos = ypos-(movieh/2);
_root.foto._y = _root.foto._y-(ypos/speed);
}what am i looking at the? i'm guessing from the small knowledge i've already got, its telling the my movie how fast to go in the 'y' direction. as my mouse mooves.