Kantenglättung?

Das hab ich nur gemacht weil es auf nur einem Layer auch nicht ging. Da bekomme ich diese Fehlermeldung.

1067: Implicit coercion of a value of type kneerani_fla:MainTimeline to an unrelated type Function.
1067: Implicit coercion of a value of type String to an unrelated type Number.

Sorry ich hab da echte keine Ahnung von.
 
Hi,

vermutlich veröffentlichst Du den Film für Flashplayer9, AS3.0. Zu den Konventionen unter AS3.0 kann ich Dir (arbeite noch mit Flash 8) leider nichts sagen, aber probiers mal so:
Code:
stop();

function go():Void {
  clearInterval(iv);
  play();
}

if (iv != undefined) clearInterval(iv);

var iv:Number = setInterval(go, 8000);

Gruß
.
 
Zurück