-
___setprop___ error
I got this error from a swf file:
Code:
Error: Error #1502: at classes::Window_common_chat/__setProp___id1__window_common_chat_btns_0()
at classes::Window_common_chat()
at flash.display::Sprite/constructChildren()
at flash.display::Sprite()
at flash.display::MovieClip()
at classes::Ingame_interface()
at classes::Main()
But I don't have a function called __setProp___id1__window_common_chat_btns_0.
What is this setProp about? Must be something from within flash?
-
-
Quote:
Originally Posted by
cancerinform
Thank you for your fast reply. I already knew about script timeout and loops and such, it's about this ___setprop___ thing that I can't seem to figure out.
-
This is not a function in your script. It is created by flash. It looks like it is thrown if it cannot add properties to an object, in your case buttons(?). I found this actually by using Bing and not by Google.
http://www.kirupa.com/forum/showthread.php?t=315893