A Flash Developer Resource Site

Search:

Type: Posts; User: Mega_X

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    685

    I'm Guessing That Everyone does not know or at...

    I'm Guessing That Everyone does not know or at least doesn't even know were I can Learn this stuff
  2. Replies
    1
    Views
    685

    Make A .flv player (flash)how

    hey I was wondering how can I make a flash .flv player & also how can I make it so that I can tell it what .flv file to play in html coding?
  3. Thread: Xml Reader

    by Mega_X
    Replies
    5
    Views
    433

    The example you made is pretty much like my xml...

    The example you made is pretty much like my xml document. I was just wondering can you give me a link to where you learned all this or tell me step by step or something.
  4. Thread: Xml Reader

    by Mega_X
    Replies
    5
    Views
    433

    Well this xml file I'm using and I want it to...

    Well this xml file I'm using and I want it to upload kind of works like a rss feed. I just want to know how to get the xml and make it read each xml iteam, and read the iteams inside the iteams in...
  5. Thread: Xml Reader

    by Mega_X
    Replies
    5
    Views
    433

    Xml Reader

    Hey How do I read xml using flash mx action script?
    Can some one give me help.
  6. Replies
    2
    Views
    584

    Can anyone help me!

    Can anyone help me!
  7. Replies
    2
    Views
    584

    Yeah SO does any one know the anwser!

    Yeah SO does any one know the anwser!
  8. Replies
    2
    Views
    584

    Action Script 1 Movement Codes

    I know how to use movement codes in action script 2 but I don't know how to do the same in Action Script 1.
    First how do you tell the program that a key is being pressed? And how do you tell the...
  9. Thread: .Flv Player How

    by Mega_X
    Replies
    0
    Views
    289

    .Flv Player How

    Hey I was woundering how can I make my own .flv player. Programing wise how can I make one.
  10. Thread: Collisions

    by Mega_X
    Replies
    3
    Views
    522

    Ya I'm just making a crappy flash game. This code...

    Ya I'm just making a crappy flash game. This code might work!
  11. Thread: Collisions

    by Mega_X
    Replies
    3
    Views
    522

    Collisions

    How do you do collisions. I now know how to make my movie clip move when I click on the arrow keys I just don't know how to get the collisions to work.
    How would I do a collision
  12. Replies
    1
    Views
    457

    Flash Loading other flash

    on (release) {

    //load Movie Behavior
    if(this._parent.player == Number(this._parent.player)){
    loadMovieNum("flash file",this._parent.player);
    } else {...
  13. Replies
    1
    Views
    376

    Checking varables program

    if _root.var1=1{
    gotoAndStop(2);
    }

    what did I do rounge in this code
  14. Replies
    3
    Views
    888

    How do you make a 2D flash game

    I want to make a 2D platform game using flash but I have any action script skills to make one. Can someone teach me how to make a 2D platform. I wan't to know how to make charters move using the...
  15. Replies
    5
    Views
    431

    How do you make a 2D flash game

    I want to make a 2D platform game using flash but I have any action script skills to make one. Can someone teach me how to make a 2D platform. I wan't to know how to make charters move using the...
  16. Replies
    1
    Views
    330

    Movie clips and variables

    Can I set a variable from a part of sence to change in a movie clip. If so how do you get it to work.
  17. Replies
    5
    Views
    517

    if (deastoryed == 0){ gotoAndPlay(1);...

    if (deastoryed == 0){
    gotoAndPlay(1);
    }else if (deastoryed == 1){
    gotoAndPlay(28);
    }
    This code isn't working for some reason it just gos to the next part and even though I haven't set...
  18. Replies
    5
    Views
    517

    That helped but now I have a new problem when you...

    That helped but now I have a new problem when you click on the object after it makes a destoryed animation in the movie clip it stops it and tells the program to set destoryed+1;
    but it's dosen't...
  19. Replies
    5
    Views
    517

    Troubles of making my own varibles

    I'm making a game were you click on things to win. I want it so when you have clicked on the thing at a seretant point of time it goes to the next level. I have something that checks the varibles but...
  20. Thread: Loading

    by Mega_X
    Replies
    1
    Views
    389

    Loading

    I'm making some flash cartoons and my problem is they need a loading bar so they don't slow down on the web. I have flash mx 6 and I can't make the loading bar or # that makes it so I can have the...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center