A Flash Developer Resource Site

Page 4 of 4 FirstFirst 1234
Results 61 to 75 of 75

Thread: What have you found in AS3?

  1. #61
    Junior Member
    Join Date
    Oct 2005
    Posts
    9
    Nothing interest really , but more attractive interface.

  2. #62
    Senior Member lapo73's Avatar
    Join Date
    Jun 2003
    Location
    italy
    Posts
    395
    Quote Originally Posted by tonypa
    This is pathfinder test:
    http://www.franto.com/blog2/as3-pathfinder-in-big-mazes
    AS2 version vs AS3. Source available too for both.

    ... 100 times faster...
    now, this is fast! And it's just an alpha!
    Very good news! Thanks for linking this example!

    Lapo
    www.gotoandplay.it
    Flash game developers community
    www.smartfoxserver.com
    Multiplayer Flash Server

  3. #63
    Senior Member TheLostGuru's Avatar
    Join Date
    Aug 2004
    Location
    I live on this webpage...
    Posts
    784
    wow, at first I was just depressed thinking about having to learn a new language, but now I'm actually excited. I'm thinking being as young as I am if I can master AS 3.0 then I can easily learn C and Java. However I do have one question. What is Flex 2.0? And how does it work with Flash?
    "If I have seen further it is by standing on the shoulders of giants." Isaac Newton
    ------------------------------------------------------------------------------

  4. #64
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Quote Originally Posted by TheLostGuru
    However I do have one question. What is Flex 2.0? And how does it work with Flash?
    Its described in the
    http://labs.macromedia.com/
    You can download and try it yourself.

    In short - its code-based environment to create swf. Mostly meant for applications. You dont need Flash to run Flex.

  5. #65
    Member
    Join Date
    Jan 2005
    Posts
    42
    Quote Originally Posted by tonypa
    Built-in Base64 encoder: "public class Base64Encoder". No documentation on this one.
    yeah, i am late, but:
    Base64Encoder only takes a string as the required argument and encodes it to the B64 alphabet.
    although there are already adaptions of the ostermiller implementation flying around, i created my own "simple base64" implementation suited for as3 using ByteArray, because i believe base64 is all about binary and the as-adaptions (by jason nussbaum for as2 and gepatto "emulating it" for as3) are string-only so far.
    so i put up my own using ByteArray directly.
    there are only 2 public static methods:

    Base64.Encode(bytes:ByteArray [, linebreaks:Boolean]):String
    Base64.Decode(encoded:String):ByteArray

    this will enable one to exchange binary data with a server (like sending a PNG-encoded BitmapData-object), do http-authentication, etc.

    wrong forum, i know, but what the heck: i googled and you asked for it
    just check out the attachement...

    cheers
    -sh
    Attached Files Attached Files
    Last edited by subHero; 01-02-2006 at 08:33 PM. Reason: png-encode

  6. #66
    *insert clever title* SergeantK's Avatar
    Join Date
    Nov 2004
    Location
    Akron, Ohio
    Posts
    506
    Does AS 3 mean a new version of Flash to buy? Or will we get to get it for free?

    PS Thats really fast!


  7. #67
    Senior Member UnknownGuy's Avatar
    Join Date
    Jul 2003
    Location
    Canada
    Posts
    1,361
    New Version.

  8. #68
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Quote Originally Posted by SergeantK
    Does AS 3 mean a new version of Flash to buy? Or will we get to get it for free?
    You can currently try Flax2 alpha for free. AS3 will come with Flash9 and new versions of Flash have never been free.

  9. #69
    Yes we can tomsamson's Avatar
    Join Date
    Sep 2001
    Location
    Team Titan Secret Lair
    Posts
    4,666
    there will be an alpha of the next flash released in spring. Owners of Flash8 will be able to try it and give feedback so it can be made an ideal release,just like its done with the flex alpha release now. (This was stated at a conference presentation,so i think its ok to post it here )

  10. #70
    Iron Chef In-Training OpethRockr55's Avatar
    Join Date
    Sep 2005
    Location
    Kitchen Stadium
    Posts
    313
    So by what I'm reading here... this new AS3 would be AMAZING for physics applications (Compared to AS2)?

  11. #71
    Junior Member
    Join Date
    Nov 2006
    Posts
    1
    If I'm not mistaken, this statement has caused some confusion here:

    Quote Originally Posted by tonypa
    _x property is now flash.display.DisplayObject.x
    For example, hippofungus says:
    Quote Originally Posted by hippofungus
    I don't think most of us want to type all that stuff just to get an _x or _y.
    Yes, it's true that the MovieClip object no longer has an "_x" property. But you don't have to type "all that stuff." What this means is that MovieClip now inherits DisplayObject's "x" property. In other words, it gets all of the public properties (including x and y) that DisplayObject has. So to change a MovieClip's x property, you would type "my_mc.x = 5;", which is one character (the underscore) less than before!

  12. #72
    Truimagz.com everfornever's Avatar
    Join Date
    Sep 2006
    Location
    St. Louis
    Posts
    1,306
    anything on <sub> <sup> with dynamic text yet?

  13. #73
    Senior Member
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    101
    gah, can't wait to abuse the processing speed =)
    first thing to make....
    ginourmous particle engine xD
    Your skill in reading has increased by 1.

  14. #74
    Senior Member realMakc's Avatar
    Join Date
    Oct 2002
    Posts
    923
    this is going to be quite a thread bump )

    Quote Originally Posted by subHero
    yeah, i am late, but:
    Base64Encoder only takes a string as the required argument and encodes it to the B64 alphabet...
    I just updated that code to work in cs3 (NOT flex; it should work there too, but the point is it's for cs3). Just about I was done with it, I thought maybe cs3 has now "native" base64? Does anyone know?
    Attached Files Attached Files
    who is this? a word of friendly advice: FFS stop using AS2

  15. #75
    crossconscious
    Join Date
    Sep 2005
    Location
    Belgium
    Posts
    1,188
    I know this is old, but :
    Quote Originally Posted by everfornever
    anything on <sub> <sup> with dynamic text yet?
    I heard this can be done if you embed two fonts in the same textfield, but haven't treid it yet... If you still need it I can look it up.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center