A Flash Developer Resource Site

Search:

Type: Posts; User: hmvince

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    6,644

    Switching Variables

    Hi guys,
    You guys probably think this is simple, but I would just like to know how one would go about switching 2 variables around. For example if I have

    a = 5; b = 3;
    Then use the switch...
  2. Replies
    9
    Views
    1,656

    Wow that was simple, but worked like a charm! ...

    Wow that was simple, but worked like a charm!

    Thankyou so much for your help!
  3. Replies
    2
    Views
    1,179

    Sorry for late reply, but THANKYOU!

    Sorry for late reply, but THANKYOU!
  4. Replies
    9
    Views
    1,656

    Ok, so I've tried this: ...

    Ok, so I've tried this:

    Selection.setFocus(_root.dummy);
    Every frame it executes this code, dummy is an input text, and it works to begin with. But once I change my selection once in the...
  5. Replies
    9
    Views
    1,656

    Ok, thanks very much. I'll post back here if I...

    Ok, thanks very much.

    I'll post back here if I am unable to get it working.

    Thanks!
  6. Replies
    9
    Views
    1,656

    Thanks for answering, I'm using AS2. would you...

    Thanks for answering, I'm using AS2.
    would you be able to help me with the code for setting the focus?
  7. Replies
    9
    Views
    1,656

    Components: Combo Box help

    Hey guys,
    I have been making a game and have recently found out about the Combo Box component, I love it and it works really well, except for one thing.

    You play the game using the arrow keys,...
  8. Replies
    2
    Views
    1,179

    Attaching and Managing multiple Movieclips

    Hi guys, Just wondering what the easiest way to attach multiple movieclips from the library to the stage is and name them in an appropriate way, then refer to them as if they were an array: ...
  9. Replies
    1
    Views
    552

    load function help

    hello all,
    i need your help again.
    i need to put the:
    onClipEvent (load){
    function inside a movieclip (on the frame) but it wont let me. is there anyway i can do this.
    thanks in advance
  10. Replies
    2
    Views
    1,939

    thankyou much

    thankyou much
  11. Replies
    2
    Views
    1,939

    mc move towards another mc

    hello,
    i am having a problem with making an mc(fielder) move towards another mc(ball). The ball is always moving.
    the problem is that the fielder gets the shakes all the time(he goes all shaky)...
  12. Replies
    4
    Views
    1,428

    i swear to god i didnt reply to your first post...

    i swear to god i didnt reply to your first post but...
    i would not have a clue on how to solve this. sorry
  13. Replies
    0
    Views
    469

    advanced player movement

    am making a game and i need to make a movieclip (fielder) move towards a ball (_root.ball) if it is within a certain distance. here is the code i have.

    onClipEvent (enterFrame) {
    dx =...
  14. Replies
    1
    Views
    612

    car wheel position [resolved]

    i am making a car game but i cant seem to get the front left wheel in the right location. can someone please help me out. the pivot point is at the back of the car in the centre, and to start with...
  15. Replies
    0
    Views
    317

    advanced player movement

    have made a game where a ball goes in a random direction and a player(not you) has to go and "fetch" it. If you dont understand I this is what it is like below.

    (FETCHER) ball (goes in random...
  16. Replies
    6
    Views
    4,808

    ok thanks

    ok thanks
  17. Flash8 I havnt done that because the shakes happen...

    I havnt done that because the shakes happen before the player gets to the ball.
  18. Replies
    6
    Views
    4,808

    ok, so ive had a look at the attached fla file...

    ok, so ive had a look at the attached fla file but i am no proffesional programmer. lol. it would help (a lot, eventhough i admire your programming skills) if you could post the code that makes the...
  19. Flash8 thanks, but I took out the *5 and it still has...

    thanks, but I took out the *5 and it still has "the shakes" lol. you just cant see it as well because the *5 makes the shakes look bigger.
  20. Flash8 the ball has to be moving no question. but ill...

    the ball has to be moving no question. but ill post my code here for you to see.
    code on ball (instance named ball):

    onClipEvent (enterFrame) {
    this._x = _root._xmouse;
    this._y =...
  21. Flash8 moving movieclip towards another movieclip

    hello all,
    I am looking to move a movieclip (person) towards another movieclip(ball). I can do that fine but the ball is constantly moving and that gives me a lot of trouble.
    It would be great if...
  22. Replies
    0
    Views
    672

    movieclip move towards another movieclip

    hello all,
    I am looking to move a movieclip (person) towards another movieclip(ball). I can do that fine but the ball is constantly moving and that gives me a lot of trouble.
    It would be great if...
  23. Replies
    8
    Views
    1,650

    this isnt in flash though is it. because i heard...

    this isnt in flash though is it. because i heard once that the angles in flash are different, like rotated clockwise or something?
  24. Replies
    8
    Views
    1,650

    this is not really what i meant. is 270 degrees...

    this is not really what i meant.
    is 270 degrees to the right?
    is 90 degrees to the left?
    is 0 degrees to the up?
    is 180 degrees to the down?
    excuse my english
  25. Replies
    6
    Views
    4,808

    i am still looking for a solution and it would be...

    i am still looking for a solution and it would be great if you could post it.
    here are two variables that i know(if it helps?).
    speed of the ball
    direction of ball
    thankyou so much.
Results 1 to 25 of 44
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center