A Flash Developer Resource Site

Search:

Type: Posts; User: jAQUAN

Page 1 of 5 1 2 3 4

Search: Search took 0.27 seconds.

  1. This will require a combination of CSS,...

    This will require a combination of CSS, javascript and as3.

    You can communicate with your surrounding environment via as3's ExternalInterface class. Read more on it here....
  2. Thread: Wormhole effect

    by jAQUAN
    Replies
    1
    Views
    384

    Lots of ways you can spin this but given your...

    Lots of ways you can spin this but given your setup, probably simplest to just add a new copy of the clip to the stage at a regular interval.
    First, in your library, right click on the movie clip...
  3. smells like spam. being monitored.

    smells like spam. being monitored.
  4. Replies
    3
    Views
    395

    It looks like whoever created that git resource...

    It looks like whoever created that git resource failed to include the entire away3d package.
    That demo is looking for away3d.animators.transitions.CrossfadeStateTransition but the only folder...
  5. Replies
    1
    Views
    259

    really great stuff.

    really great stuff.
  6. Using the Event.CHANGE event listener, you can...

    Using the Event.CHANGE event listener, you can get notified every time the contents of a text field changes (ie. the user typed or deleted characters)


    myTextField.addEventListener(Event.CHANGE,...
  7. There might be a difference in timezone settings...

    There might be a difference in timezone settings between your test users and the server. Not sure if cPanel has a setting for that. .htaccess is normally a hidden file so you may have to find a...
  8. Thread: coin pickup

    by jAQUAN
    Replies
    2
    Views
    375

    that looks fine. What's the problem?

    that looks fine. What's the problem?
  9. the best html5 sites have been done by former...

    the best html5 sites have been done by former flash guys. AS3 knowledge will never go to waste.
  10. Replies
    6
    Views
    2,404

    as long as you have a parent node for all your...

    as long as you have a parent node for all your data you should be fine



    <?xml version="1.0" encoding="utf-8"?>
    <root>
    <base1>
    </base1>
    <base2>
    </base2>
  11. Replies
    1
    Views
    448

    It's possible that you need to embed the font....

    It's possible that you need to embed the font. Select the text field, and click on embed in the properties panel.
  12. It means the same thing basically as it does in...

    It means the same thing basically as it does in 3d space. If you place movieclip on the stage and set its x and y each to 50 and trace its coordinates:

    trace(myParentMC.x, myParentMC.y); // you'll...
  13. Replies
    3
    Views
    598

    Just move the code on frame1 of MC_About to frame...

    Just move the code on frame1 of MC_About to frame 29.
    You have to do this because your code refers to an object called btn_locations but it doesn't exist yet. It doesn't get created until frame 29...
  14. A display list is just a series of containers....

    A display list is just a series of containers. These containers can hold assets or other containers. All together they create a hierarchy of parents, children, siblings (as well as grandparents,...
  15. Replies
    1
    Views
    551

    22 megs seems kinda steep for a 40 second...

    22 megs seems kinda steep for a 40 second animation. Chances are you don't need a 1080p quality video. Try getting it down to 720p. RAM is really the key piece of needed hardware.
  16. change your actionscript source settings from: ...

    change your actionscript source settings from:

    D:\Flash\AdvancedGameDesign\com\

    to

    D:\Flash\AdvancedGameDesign\

    As you probably read in the first book, class packages are a way of...
  17. Replies
    8
    Views
    831

    It should play wherever you embed the swf, the...

    It should play wherever you embed the swf, the api key just lets them know which developer is making the player request so they know who to ban in case of abuse.
  18. Replies
    2
    Views
    384

    .fla files are just Flash Professional files for...

    .fla files are just Flash Professional files for creating your app. The .swf files that those generate are the ones that actually get loaded in to html and run.
    Getting a value from one to the other...
  19. Replies
    8
    Views
    831

    I haven't tried it but yeah, if you paste that...

    I haven't tried it but yeah, if you paste that code in your first frame of the fla it should work.

    However to actually connect to your channel you'll have to supply your api key instead of where...
  20. There are many many ways you could go about this...

    There are many many ways you could go about this depending what feels right to you and other technical needs. But lets take a very simple albeit not rock solid approach.
    Typically this kind of thing...
  21. Replies
    1
    Views
    324

    It's really hard to imagine what you're trying to...

    It's really hard to imagine what you're trying to do. I'm not sure why you'd want an object to create a reference to itself.
  22. Replies
    8
    Views
    831

    Here's an example from their api. ...

    Here's an example from their api.
    http://apiwiki.justin.tv/mediawiki/index.php/Live_Video_SWF_Documentation#JtvEvent_extends_Event
  23. Replies
    4
    Views
    293

    Could be many reasons for that but I have no idea...

    Could be many reasons for that but I have no idea how you've assembled your timeline. You'll have the most control by putting all your screens in one movieclip and your hero in another. Basically try...
  24. Replies
    4
    Views
    293

    I assume you mean you want to detect when the...

    I assume you mean you want to detect when the character has hit the right or left edge of the screen, record their position and then reset them to the opposite side for the next screen.

    The...
  25. Sticky: Says the member of a site dedicated to a plugin...

    Says the member of a site dedicated to a plugin :)
    Jk, I haven't had time to hangout anyway.
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width


HTML5 Development Center