0
Can you trace actionscript code?

/t5/animate-discussions/can-you-trace-actionscript-code/td-p/5080373
May 28, 2013
May 28, 2013
Copy link to clipboard
Copied
Can you trace copied->pasted code to its source (a pad or so to another computer) when pasted in another actionscript file that was made the other computer? So can you still see what file that code came from? So i'm basicly asking if you can see where actionscript code originated from?
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guru
,
/t5/animate-discussions/can-you-trace-actionscript-code/m-p/5080374#M134580
May 28, 2013
May 28, 2013
Copy link to clipboard
Copied
actionscript code is only text, so if you are asking if there can be sth like a watermark in it: no
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/animate-discussions/can-you-trace-actionscript-code/m-p/5080375#M134581
May 28, 2013
May 28, 2013
Copy link to clipboard
Copied
moccamaximum is right, however many times classes that you download or otherwise acquire, will have package names that reflect the origin. Proper developers will use a reverse domain name package naming convention... which is used in other languages as well.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

