GOT IT!!!!!
In another file, i declared new variables and copy pasted the code, and worked perfectly!
And right after testing a stupid idea, i solved it!
When i inicially declared my variables, i casted them to a specific type:
var currUserID:String;
On the second file, i just declared them uncasted, and solved the problem!
Don't know exactly why, but it worked!
Thanks everyone, nonetheless!!
Comment has been collapsed.
1,865 Comments - Last post 25 minutes ago by ithamore
24 Comments - Last post 33 minutes ago by CriticalError
1,489 Comments - Last post 1 hour ago by slipkord
353 Comments - Last post 1 hour ago by Reidor
4 Comments - Last post 1 hour ago by OneManArmyStar
2 Comments - Last post 2 hours ago by KurganWongraven
5,700 Comments - Last post 2 hours ago by WaxWorm
41 Comments - Last post 4 minutes ago by vigaristti
2 Comments - Last post 38 minutes ago by DrTerr
469 Comments - Last post 41 minutes ago by jm
256 Comments - Last post 49 minutes ago by FateOfOne
2,415 Comments - Last post 55 minutes ago by hebert2099
5,820 Comments - Last post 2 hours ago by masterbubu87
690 Comments - Last post 3 hours ago by lionheart987
Hi guys, i'm in a trouble, either i'm going really blind or...
I've the following code, in ActionScript3:
And i got the following output:
Can you please, please, point out what i'm doing wrong??
BTW, 'soUsers' is a SharedObject, and 'currUserID' is a string variable;
Comment has been collapsed.