actionscriptER
- Started
- Last post
- 5 Responses
- inky
onClipEvent (enterFrame) {
if (_root.foto._y(_root.foto._heigh... {
_root.foto._y=_root.foto.image1...
}
}i'm dyin to get an explaination on how this thing is calculating my image to move....
- fyvp0
That says:
"If the y property of the foto is greater than (could be less than - NT strips these out) half the height of the foto minus 8 pixels, move it to half the height of image1."
Of course, without actually having seeing the Flash file, that doesn't mean phooey to me. Is there anything specifically you need help with?
- inky0
your shed some light.....its the code to the continuesly sliding menu to the right of the submenus of the following site...
i have to mimic that menu. any book or site that sells video you'd recommend.
thanks A LOT! i'm still wrapin my tentacles around this stuff.
- jpea0
i don't see any sliding menu. that whole site be made with pretty much only gotoAndPlay and stop actions.
- lvl_130
this should help you with whatever you need. read it:
http://hosted.zeh.com.br/mctween…
- fyvp0
Have a look at this tutorial from Kirupa: http://www.kirupa.com/developer/…
You can probably use that to get your head round the basic scrolling/clicking concepts, and adapt it to your own wicked ways from there.