Flash Question
Flash Question
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- jpea0
on your movie clip:
onClipEvent (load) {
myclip1 = 4;//easing
mytwo = 300;//y position
}
onClipEvent (enterFrame) {
y = myclip1-_y; _y += y/mytwo;
}on the button or where you want the action executed:
_root.someclip.myclip1 = 200