part of ©MdA Presenter 4 Framework (AS 2.0)
toLocal, toGlobal, removeMc, testMc, stopMc, playMc, stopOrPlay, makeBitmapSmoothed
Could be useful for your flahs 8 projects
download
6/15/2007
6/11/2007
New MacBook Pro
6/06/2007
Very strange
//Very strange / Sehr merkwürdig in Actionscript:
var a:String = '0';
var b:String = '1';
if (a == true) {
trace(a+" is true");
} else {
trace(a+" is not true");
}
if (b == true) {
trace(b+" is true");
} else {
trace(b+"is not true");
}
//Output / Ausgabe/:
//0 is not true
//1 is true
var a:String = '0';
var b:String = '1';
if (a == true) {
trace(a+" is true");
} else {
trace(a+" is not true");
}
if (b == true) {
trace(b+" is true");
} else {
trace(b+"is not true");
}
//Output / Ausgabe/:
//0 is not true
//1 is true
6/05/2007
Abonnieren
Posts (Atom)