Hello,
just take a while and try this:
function area55() {
if (_root) {
trace("_root true")
function f() {
var g;
var h;
}
}
//g=0
trace("f "+f)
function h() {
}
function jj() {
for (var i in this) {
trace(i+" : "+this[i]);
}
}
jj();
}
area55();
and this:
function area55() {
function f() {
var g;
var h;
}
//g=0
trace("f "+f)
function h() {
}
function jj() {
for (var i in this) {
trace(i+" : "+this[i]);
}
}
jj();
}
area55();
why the function f is not even seen, after for sure the if statement is
true....
MW
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com