Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can you trace actionscript code?

Guest
May 28, 2013 May 28, 2013

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
428
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
May 28, 2013 May 28, 2013

actionscript code is only text, so if you are asking if there can be sth like a watermark in it: no

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 28, 2013 May 28, 2013
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines