A Flash Developer Resource Site

Search:

Type: Posts; User: Girvo

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    360

    Running Problem...

    Hey there. I am working on a game, but I'm having some porblems with my AS. I would like my guy to play and animation whislt a key is down, and stop whenthe key is up. Heres the as for him...

    ...
  2. Thread: movie quality

    by Girvo
    Replies
    4
    Views
    389

    Hi there. Just put this Actionscript into your...

    Hi there.

    Just put this Actionscript into your first frame:

    _quality = "MEDIUM";

    That will fix your problem!

    -Girvo
  3. Actually, put this on your button (The vault...

    Actually, put this on your button (The vault one):


    on (release) {
    myLoadVar = new LoadVars();
    myLoadVar.load("undercons.txt");
    myLoadVar.onLoad = function(success) {
    if (success ==...
  4. I can only see one thing wrong with your code,...

    I can only see one thing wrong with your code, and that is you haven't declared the "myLoadVar" as a "new LoadVars();" add this script to the script right above where you have "myLoadVar.load":
    ...
  5. Replies
    7
    Views
    570

    Thanks for that TheTick. It worked perfectly! ...

    Thanks for that TheTick. It worked perfectly!

    Oh and heres the Flash MX .fla for you AROM.

    -Girvo
  6. Replies
    7
    Views
    570

    Some help on this would be really great...

    Some help on this would be really great...
  7. Thread: XML Help Needed

    by Girvo
    Replies
    5
    Views
    829

    Is it possible for you to edit that php file?...

    Is it possible for you to edit that php file? Make it so that instead on colons (:) it has equals? (=) If so, I find it much eaiser to load data from a PHP than an XML (just my opinoin). If you can,...
  8. Replies
    2
    Views
    322

    if(_parent.barC._currentframe != 40){...

    if(_parent.barC._currentframe != 40){
    _parent.barC.nextFrame()
    } else {
    stop();
    //SOME ACTION HERE
    }

    Is that what you were looking for?
  9. Replies
    3
    Views
    1,109

    Usually pixel fonts are set for ONE size only. If...

    Usually pixel fonts are set for ONE size only. If it is enlarged, it gets stretched and blurred. try and find out what size you Pixel font is meant to be shown at.
  10. Oh. Right. Well'p I didn't check out the link,...

    Oh. Right. Well'p I didn't check out the link, sorry. (And i wrote that code myself ;) ). Anyways, from what he said
    It seemed like he didn't even check your link, so I thought I might as well post...
  11. Replies
    3
    Views
    1,354

    I will gladly hepl you out if you could provide...

    I will gladly hepl you out if you could provide me with a bit more information. What is this for? A dynamic website? A multiplayer computer game? Thanks.

    -Girvo
  12. Just so you know, NO ONE WILL MAKE IT FOR YOU. At...

    Just so you know, NO ONE WILL MAKE IT FOR YOU. At least they wont in this forum. However, just beacause I'm feeling nice, heres ho you can make a character move in 4 directions:

    onClipEvent(load){...
  13. Replies
    1
    Views
    382

    Well, to get Flash and PHP to talk you acn use...

    Well, to get Flash and PHP to talk you acn use the "new LoadVars()" command and "SOMEOBJECTYOUCREATED.sendAndLoad("PHPFILE.php", userCheck, "GETORPOSTHERE");"

    Have a look at those commands and try...
  14. Replies
    7
    Views
    570

    Annoying button problem.

    Hi everyone.

    I am working on a flash site that dynamically loads its content from an external data file. The problem is, that a buton won't work! I have a MovieClip on the timeline called...
  15. Replies
    0
    Views
    442

    Load Basic Vars from a text file [RESOLVED]

    Hi everyone.

    I have had a lot of trouble trying to get my movie to load a few varibles from an external text file. I am attempting to use LoadVars...but i can't seem to get it to work. I'll upload...
  16. Thread: First MC?

    by Girvo
    Replies
    2
    Views
    318

    Can anyone help me?

    Can anyone help me?
  17. Thread: First MC?

    by Girvo
    Replies
    2
    Views
    318

    Heres the fla:

    Heres the fla:
  18. Thread: First MC?

    by Girvo
    Replies
    2
    Views
    318

    First MC?

    I have a problem with my game. I have a movieclip on the stage which is duplicated. The problem is when I tell it to 'this.removeMovieClip' it wont. Only the duplicated ones will. Help?

    Oha dn...
  19. Thread: Mouse x coord?

    by Girvo
    Replies
    2
    Views
    346

    thanks, i knew it was there somewhere, i just...

    thanks, i knew it was there somewhere, i just couldnt find it. Thanks again.
  20. Thread: Mouse x coord?

    by Girvo
    Replies
    2
    Views
    346

    Mouse x coord? [RESOLVED]

    Hi everyone, i am working on a game. I want to be able to make the x coord of a mc the same as the x coord for the mouse. How can i do this?
  21. Thread: Depth?

    by Girvo
    Replies
    1
    Views
    497

    Depth?

    Hi, after i have duplicated a MC, i want its depth to be less than that of my cursor?? how can i do this??
  22. Thread: Game Problem...

    by Girvo
    Replies
    3
    Views
    489

    thanks that fixed it!!

    thanks that fixed it!!
  23. Thread: Preloader!?!?

    by Girvo
    Replies
    3
    Views
    480

    Try this:

    Try this:
  24. Thread: Preloader!?!?

    by Girvo
    Replies
    3
    Views
    480

    whats wrong is when you made th movie clip, you...

    whats wrong is when you made th movie clip, you put the orientation to the middle.
  25. Thread: Game Problem...

    by Girvo
    Replies
    3
    Views
    489

    Game Problem... [RESOLVED]

    hi again, there us a problem with a game i am making. i want it to duplicate a mc but place it at a random nspot on the stage. my code wont work:

    stop();
    i = 0;
    setInterval(create, 1000);...
Results 1 to 25 of 33
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center