A Flash Developer Resource Site

Search:

Type: Posts; User: Xanathalas

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    1,572

    I would be willing to help with this at no cost,...

    I would be willing to help with this at no cost, it seems like a fun project. If interested please respond here on this form and we can coordinate email addresses if you would like.
  2. Replies
    0
    Views
    1,594

    Unload Loaded SWF with XML config

    Hello. I have an intro video in one of my flash files. A nice little mini-movie before the main site. I want to add a skip action so that someone can skip over the movie if they want. I did this by...
  3. Replies
    6
    Views
    1,663

    First off make sure that you spell out the whole...

    First off make sure that you spell out the whole domain explicitly in your fla file.
    don't just say (in pseudocode)
    url = www.djawrunner.com
    put
    url = http://www.djawrunner.com/
    Also make SURE...
  4. Thread: Array help!

    by Xanathalas
    Replies
    3
    Views
    9,355

    A good program flow for this would be to make the...

    A good program flow for this would be to make the string substring itsself to append the first element with the back element everytime you clicked the button.
    Something like this


    tf.text =...
  5. Replies
    2
    Views
    1,283

    I'm not exactly sure of your question, but if you...

    I'm not exactly sure of your question, but if you want the buttons to be invisible but still functional, don't delete the frames but instead set the alpha level to 0 for the time that you don't want...
  6. Replies
    1
    Views
    1,253

    That website isn't showing anything for me but a...

    That website isn't showing anything for me but a blue screen and some text. I'm on OS X snow leopard running Firefox. Maybe its my end but perhaps the site is broken?
  7. Replies
    0
    Views
    1,077

    AS2 Preloader into AS3 Body?

    Hello! I was wondering if it was at all possible to use an actionscript 2 preloader that wold then go into an AS3 body/rest of file. I know that you can import one swf into another, but am not sure...
  8. Can you attach a full fla version of your file?...

    Can you attach a full fla version of your file? If so I would be happy to look at it and see what I could find.
  9. Awesome! found it! thank you very much!

    Awesome! found it! thank you very much!
  10. [RESOLVED] Finding where an instance of an object is placed?

    Hello. I need to find an instance of a movieclip that is on my flash file. It is really big and uses a lot of memory. It says on the number of times used that there is one instance of the object on...
  11. It works in Flash's Preview... But not when I upload it...?

    Hi all. I'm working on a music visualizer like program. It's just something that I'm playing around with. I found this website: http://www.communitymx.com/content/article.cfm?page=1&cid=8E9A0 for a...
  12. Thanks for the response. The flash file needs to...

    Thanks for the response. The flash file needs to be able to be linked off of the domain that the XML file is on, as it is a sharable file. Is there a way to get around the security? There isn't any...
  13. XML file not reading in properly when linked offsite

    Hello, it is my first time reading in XML files into my Flash project. I have it working to an extent, as it will read in the file correctly and all that, and I though that I was finally ready to...
  14. Alrightie, thanks! I'll try that. Does anyone...

    Alrightie, thanks! I'll try that.
    Does anyone have any other methods that could be used here?
  15. Possible Way to Read In Text From A Webpage?

    Is there a way to create a scanner for a webpage? I want to be able to start it with certain tags, like <about> and </about>, then read through the page and place whatever is in that <about> tag into...
  16. Replies
    9
    Views
    797

    http://en.wikipedia.org/wiki/Modulo_operator =3

    http://en.wikipedia.org/wiki/Modulo_operator
    =3
  17. Replies
    4
    Views
    7,883

    Woo, yay, thanks, That worked perfectly

    Woo, yay, thanks, That worked perfectly
  18. Here's some really, really helpful advice. Don't...

    Here's some really, really helpful advice.
    Don't delve right into it. Be patient. Maybe try a few minor projects at first, then build your way up to what you want to do. If you just bought CS4 two...
  19. Replies
    4
    Views
    892

    Thanks, I was thinking of doing it through an...

    Thanks, I was thinking of doing it through an array like that, but is there a way to just push all object on the stage into the array? There's going to be a LOT of objects and I don't want to have to...
  20. Replies
    5
    Views
    22,277

    It didn't work for me. I'm using firefox on...

    It didn't work for me. I'm using firefox on Mac...
    At first, it didn't work and just flashed the map then went away, then I tried again, refreshed it, and shook my mouse over the spot where the map...
  21. Replies
    9
    Views
    797

    You'd go... Declare your counter first... so...

    You'd go... Declare your counter first...

    so

    var myCounter:int = 0;

    then for each frame add

    myCounter++;
  22. Replies
    4
    Views
    892

    Hittest any other object

    I'm making a game, and I need for my character to stop moving if it hits any instance of the Object class. That means everything. I don't want to have to write a hittest check for every single object...
  23. Replies
    4
    Views
    7,883

    Adding External .SWC file to library

    I posted this in the newbie form, didn't get any help, thought here might be more appropriate.

    I'm trying to add the Flint Particle system to my Flash CS4. I downloaded the swc file. Currently...
  24. Replies
    9
    Views
    797

    Try adding a counter that would count either the...

    Try adding a counter that would count either the time (via number of frames) If you want to go by time, or that would count the number of 'steps' the character makes.
    After the counter hits a...
  25. Replies
    0
    Views
    489

    Adding external SWC

    I'm trying to add the Flint Particle system to my Flash CS4. I downloaded the swc file. Currently this file is residing on my desktop for testing purposes. I am on a Mac, if that makes any...
Results 1 to 25 of 37
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center