A Flash Developer Resource Site

Search:

Type: Posts; User: JStockwell

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    408

    button interaction

    could anyone tell me how i could do this:

    i want the user to press a button, and this sets off a countdown timer, if the timer is above 0, they are able to press a 2nd button. if the timer is...
  2. Replies
    1
    Views
    411

    hi has anyone got a characterToAscii function at...

    hi has anyone got a characterToAscii function at all, that they would be willing to let me have a look at.

    thanks
    josh
  3. Replies
    7
    Views
    539

    thanks guys that works perfectly!!

    thanks guys that works perfectly!!
  4. Replies
    7
    Views
    539

    hi i wanted the user to input text into a text...

    hi i wanted the user to input text into a text box with a variable of input, which says "josh" for example, and split it up into an array.
    so it does the below when I press a button.
    myarray...
  5. Replies
    7
    Views
    539

    Hi i was wandering if someone could help me. I...

    Hi i was wandering if someone could help me. I want to have someone write something in a textbox, then press a button, which takes the text and splits it up into separate characters, then the code...
  6. Replies
    1
    Views
    486

    Is there a way of dragging an object(button...

    Is there a way of dragging an object(button inside movieclip) along a curved path??
    I've seen this done before but havn't got a clue how to approach the problem.
    thanks
    josh
  7. Replies
    2
    Views
    539

    Unfortunately this didn't help, maybe I should...

    Unfortunately this didn't help, maybe I should have explained a bit more, I have a text box on _level0 called angle, I want the user to enter in an angle between 0 and 180, and then hit one of two...
  8. Replies
    2
    Views
    539

    if (Number(_level0.angle)=90) { xchange=0;} if...

    if (Number(_level0.angle)=90) {
    xchange=0;}
    if (Number(_level0.angle)>90) {
    xchange=speed*-1;}
    if (Number(_level0.angle)<90) {
    xchange=speed;}
    //xchange=speed;
    _level0.ball._x =...
  9. Thread: Hittest

    by JStockwell
    Replies
    6
    Views
    513

    broken link

    This link does work however at the moment the server is down, so I was unable to find the file.
  10. Replies
    2
    Views
    430

    help

    I'm not sure if this will work because I want the actions to take place on the click of button as it is for a game I am making... and there is another button which should do the same action at half...
  11. Replies
    2
    Views
    430

    on (release) { speed = 10; while (!i) {...

    on (release) {
    speed = 10;
    while (!i) {
    ball._x = ball._x+speed+angle;
    ball._y = ball._y+speed+angle;
    }
    }

    i is set to false on the first frame on the main time...
  12. Hi, I was wondering if anyone could tell me how...

    Hi, I was wondering if anyone could tell me how to detect if 2 movie clips are touching, even better, if one movie clip goes over a certain coordinate on another movie clip.

    any help would be...
  13. Replies
    3
    Views
    571

    I think you can do that with a _root command in...

    I think you can do that with a _root command in the target box. I'm not sure if what I said is right but I think it is...

    Josh
  14. Replies
    0
    Views
    434

    how can I when one object(movie clip) hits...

    how can I when one object(movie clip) hits another(movie clip) make it bounce off, I know how to do this with boundaries in the level0 timeline, but need to know how to do it with movie clips...
    ...
  15. Replies
    2
    Views
    539

    thanks

    Thanks the tute was great!! :-) very comprehensive,
    Josh
  16. Replies
    2
    Views
    539

    Hi I am making a mini golf game for a clients...

    Hi I am making a mini golf game for a clients website, and I desperately need to know how to, when the ball gets hit, send it flying in the desired direction, and if it hits anything bounce off it...
  17. Replies
    1
    Views
    536

    Hi I was wondering if there was a way that you...

    Hi I was wondering if there was a way that you could detect the connectins speed of the computer the movie is playing on...


    Any help would be great
    cheers, Josh
  18. Thread: help!

    by JStockwell
    Replies
    0
    Views
    448

    on (rollOver, keyPress "") { gotoAndPlay...

    on (rollOver, keyPress "<Right>") {
    gotoAndPlay ("right");do {
    setProperty ("_root.stick_m", _x, this._x -1);
    i=i+1;
    } while (i<=10);

    }

    I developed this code, what it does is move the...
  19. Hi I'm trying to make a movie clip move to the...

    Hi I'm trying to make a movie clip move to the left/right/ up and down depending on what button the user hovers over. These buttons are in the first frame of the movie clip and relate to different...
  20. Replies
    4
    Views
    704

    thanks it helped

    thanks it helped
  21. Replies
    4
    Views
    704

    Can anyone help me, I want to make 3 movie clips...

    Can anyone help me, I want to make 3 movie clips appear randomly and of various sizes on the screen, it is for a shooting game that I am developing at the moment.

    Thanks in advance
    Josh
  22. Replies
    0
    Views
    506

    Can anyone help me with ideas on how to make a...

    Can anyone help me with ideas on how to make a high score screen for my shooting game, please cos I am new to flash

    thanx in advance josh stockwell
  23. Replies
    2
    Views
    447

    Can someone help me please, I have got a...

    Can someone help me please,
    I have got a variable which at the beginning of my movie is 10, when the user presses a button, the variable outputs at one less than it was before.

    For this I used...
  24. Thread: get time

    by JStockwell
    Replies
    2
    Views
    536

    thanks a lot it really helped!

    thanks a lot it really helped!
  25. Thread: get time

    by JStockwell
    Replies
    2
    Views
    536

    I have written this code but I need it to loop...

    I have written this code but I need it to loop can anyone suggest a way of doing this thanx
    vin = new Date();

    hoursloc = vin.getHours();

    ...
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center