0
Good people, I’m trying to learn actionscript 3.0 to understand how the source of a game works, because there is a part of the script that I can’t find a good explanation on the internet that is the public class, in the following code:
package
{
import mx.core.BitmapAsset;
public class §_-6Ze§ extends BitmapAsset
{
public function §_-6Ze§()
{
super();
}
}
}
Could you explain it to me ? All help is welcome!
Got it. Thank you very much!
– Richard Santos
Although I base my remark on supposition, I believe this kind of nomenclature
§_-6Ze§
is directly related to some code obfuscator. Usually they replace the name of the project classes with "strange" characters, making reading more difficult.– bio