Results 1 to 2 of 2

Thread: Setting Actionscript settings 2.0 or 3.0

  1. #1
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default Setting Actionscript settings 2.0 or 3.0

    If I choose between actionscript 2.0 and 3.0 in the settings will that cancel out certain classes or cause problems.

    Such as: if I have a mix of 2.0, and 3.0 classes in my folder. and I open up my scripting box on line 1 with

    1 import com.evan.*; which should allow all classes to be used BUT I have some that are 2.0 and then some that are 3.0

    assuming that variables are also not named the same would I get problems?

    -Namely, must I build strictly 2.0 or 3.0 parameters?
    -if the answer is yes then I assume I must designate separate folders for my classes.

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Your assumption is right. You can't mix AS 2.0 or AS 3.0. It's either one or the other.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •