mikeD
20.11.2002, 17:20
Вот пример,
onClipEvent (enterFrame) {
mse = _xmouse+225;
go = int(mse*0.0533333333333333);
if (go>24) {
go = 24;
}
if (go<1) {
go = 1;
}
tellTarget ("_root.3d") {
gotoAndStop(go);
}
}
Не пашет :(
onClipEvent (enterFrame) {
mse = _xmouse+225;
go = int(mse*0.0533333333333333);
if (go>24) {
go = 24;
}
if (go<1) {
go = 1;
}
tellTarget ("_root.3d") {
gotoAndStop(go);
}
}
Не пашет :(