I dont have a clue
import mx.managers.DepthManager;
a_btn.onRelease = function() {
b_btn.setDepthTo(DepthManager.kTop);
var b_depth:Number = b_btn.getDepth();
trace(b_depth);
}
b_btn.onRelease = function() {
a_btn.setDepthTo(DepthManager.kTop);
var a_depth:Number = a_btn.getDepth();
trace(a_depth);
}
I get the following Error Code
Error:
C:\Dokumente und Einstellungen\Besitzer\Lokale Einstellungen\Anwendungsdaten\Macromedia\Flash 8\de\Configuration\Classes\mx\managers\DepthManager.as: Zeile 193: Keine Eigenschaft mit dem Namen '_topmost' vorhanden.
if ( depthFlag == mx.managers.DepthManager.kTopmost) o._topmost = true;
Anzahl der ActionScript-Fehler: 1 Gemeldete Fehler: 1
Any1 know this??
It is German but I guess it is the same on English …
I am a bit lost, coz i reinstalled me Flash and got the same ???!!!
any help is much appreciated