A Flash Developer Resource Site

Search:

Type: Posts; User: hkhyd

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    510

    Dynamic fonts in flash

    I want some special fonts to be loaded dynamically while a flash movie is running a browser window. How to do it

    Grateful if somebody can help
  2. Replies
    1
    Views
    3,069

    focus back to input text box? How

    1)I have a input text box and a push button next to it.
    2)after clicking on the push button, i want the control to be back in the text box

    How to achieve this.

    Grateful if somebody can help
  3. Replies
    3
    Views
    522

    Thanks Pallepiano, I got it with a little...

    Thanks Pallepiano, I got it with a little modification as follows :

    on (release) {
    _root.gotoAndStop(Number(_root.count));
    }

    Thank a lot
  4. Replies
    2
    Views
    463

    I think i have seen something in kirupa.com on...

    I think i have seen something in kirupa.com on this. Why dont you see it. Flashkit also has something in the tutorials
  5. Replies
    3
    Views
    522

    gotoAndStop() with expression

    No, the following is not working, any other help

    on (release) {
    gotoAndStop(Number(count));
    }
  6. Replies
    3
    Views
    522

    gotoAndStop() with expression. How?

    1)there are 10 frames in 10 layers.Each frame has different content, hence kept in different layers
    2)there is a input text box with a "go" push button next to it
    3)when a user enters 5 in the...
  7. Replies
    1
    Views
    434

    loadmovie with combo box selection.How?

    Can anybody tell me as to how to load a movie when user selects an item from combo box. Need this very urgently. I could not get answer to this from any printed document, hence approaching here
  8. Replies
    2
    Views
    1,498

    loadMovie on selection of Combo box item

    How to load movie when an item in combo box is selected. Grateful for a quick help on this.
  9. Replies
    1
    Views
    412

    LoadMovie on Combo box selection. How?

    :confused:
    Grateful if somebody can help on this :

    I want to load a particular movie when an item in a combo box is selected. Grateful if somebody can tell me how to do it
  10. Thread: Question on MC

    by hkhyd
    Replies
    1
    Views
    401

    Can somebody help me on this : I want a mc to...

    Can somebody help me on this :

    I want a mc to continuously move from right to left. When user clicks right button, it should move right and if left is clicked mc should move left. when no button...
  11. Replies
    1
    Views
    390

    Can somebody help me on this : I want a mc to...

    Can somebody help me on this :

    I want a mc to continuously move from right to left. When user clicks right button, it should move right and if left is clicked mc should move left. when no button...
  12. Replies
    1
    Views
    609

    Can somebody help me on this : I want a mc to...

    Can somebody help me on this :

    I want a mc to continuously move from right to left. When user clicks right button, it should move right and if left is clicked mc should move left. when no button...
  13. Replies
    4
    Views
    455

    Thanks, What I am doing is : In mc1, I have...

    Thanks,

    What I am doing is :

    In mc1, I have written the code to decrement its _x value till it reaches left side of the stage. Once it reaches left side of the stage(i.e, x=0), I am resetting...
  14. Replies
    5
    Views
    635

    in frame 1 use FS command, fullscreen=true ...

    in frame 1 use FS command, fullscreen=true

    this is when you use flash player to show your swf

    but if you want your browser to show your swf in full screen, you have to make changes in your...
  15. Replies
    4
    Views
    455

    I have a mc which is moving from right to left...

    I have a mc which is moving from right to left continuously by reducing _x value.

    I want to control this moving mc with buttons. Like stopping, playing, move back, move forward.

    If there is no...
  16. Replies
    5
    Views
    791

    thanks, I have placed the removemovieclip() after...

    thanks, I have placed the removemovieclip() after the hittest()in the mc (generated through a duplicatemovieclip()), but it is also removing all the mc's (three mc's generated by a...
  17. Replies
    5
    Views
    791

    Can anybody tell me how to remove a mc after...

    Can anybody tell me how to remove a mc after colliding with another mc. Tell me where to put this piece of code

    hkhyd
  18. Replies
    0
    Views
    393

    THIS QUESTION IS NOT BIG, I THINK, IT IS JUST...

    THIS QUESTION IS NOT BIG, I THINK, IT IS JUST DESCRIBED BIG. I HAVE A FEELING THAT THE PROBLEM IS SMALL, WHICH I COULD NOT PINPOINT. GRATEFUL FOR HELP.

    SITUATION : Two mc's. One falling from top,...
  19. Replies
    2
    Views
    527

    How to understand X,Y co ordinates in Flash 5. Is...

    How to understand X,Y co ordinates in Flash 5. Is X,Y cooradiates of every MC,Button,Graphic is relative to Movies's X,Y coordinates.

    is (0,0) coordinate of the movie is always at the center of...
  20. Replies
    1
    Views
    489

    need: To generate a horizontally scrolling image...

    need: To generate a horizontally scrolling image on button clicks
    problem:How to store _x of movie when a mc is passing from left of movie to right.(this is achived by reducing _x of mc)
    Once the...
  21. Thanks. I am stuck at making the mc drop from...

    Thanks.

    I am stuck at making the mc drop from top to bottom and then collision detection.
    I stored the _y position of mc in a variable and decrementing its value. This is in...
  22. Should be grateful if any one can help me on this...

    Should be grateful if any one can help me on this :

    1 an MC should be duplicated and should be placed randomly in the x cordinate at the top of the screen.
    2 this duplicated movie which is...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center