flash tizzy
flash tizzy
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- unknown0
solution:
onClipEvent (load) {
var ease = .1;
var endx = 350;
}
onClipEvent (enterFrame) {
_x += (endx-_x)*ease;
if(Math.abs(_x-350)<1)
{
_root.play();
}=o) thanks tho dude!