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

AS2 to AS3

Community Beginner ,
Apr 26, 2014 Apr 26, 2014

Hi Everyone

I have found a countdown clock for my vatcation but the Code is AS2 and I am using AS3 The flash works but the countdown does not start does anybody know why?

Kind Regards Joel

TOPICS
ActionScript
282
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
LEGEND ,
Apr 26, 2014 Apr 26, 2014

If the code is AS2 then you need to use it in an AS2 file.

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
Community Expert ,
Apr 26, 2014 Apr 26, 2014
LATEST

as2 code and as3 code are not the same so you wouldn't expect as2 code to work when publishing for as3.

on the other hand, you can load a swf that contains as2 code into an as3 published swf and the as2 code will work (as long as you published that swf for as2).

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