flash like this....
flash like this....
Out of context: Reply #12
- Started
- Last post
- 14 Responses
- inky0
onClipEvent (enterFrame) {
// truschino per simulare lo scorrimento infinito
if (_root.foto._y(_root.foto._heigh... {
_root.foto._y = _root.foto.image1._height/2;
}
}and i'm guessing this is instructing on what to play based on where i click on the moving 'y' axis. or something to that notion.