A Flash Developer Resource Site

Search:

Type: Posts; User: hoojx

Search: Search took 0.03 seconds.

  1. Thread: Mosquito Killer

    by hoojx
    Replies
    0
    Views
    404

    There is a sample 'Mosquito Killer' in Flash 5....

    There is a sample 'Mosquito Killer' in Flash 5.
    Btw, I can't find out how is the mosquite moving ?
    Where is the actionscript for that thing ?
    Only some actionscripts (functions) on the scene 1...
  2. Replies
    2
    Views
    350

    Use percentage for width and height

    Use percentage for width and height
  3. Replies
    6
    Views
    590

    I spend almost two days to get this work. What...

    I spend almost two days to get this work.
    What is it called ? (idea and images from harrypotter.com)

    http://rpgtesting.harrypotterfun.com/potion.phtml
  4. Replies
    2
    Views
    583

    How do I call the client browser to re-cache...

    How do I call the client browser to re-cache (redownload) the flash movie file if it is updated ?
  5. Replies
    2
    Views
    436

    Yes ... it is a variable, can be replaced with...

    Yes ... it is a variable, can be replaced with anything.
    But usually use i (increment)

    for (i=0; i<=4; i++) {
    for (j=0; j<=4; j++) {
    // action
    }
    }

    Actionscript is similar to...
  6. It runs (game) when embeded into html file but it...

    It runs (game) when embeded into html file but it didn't work when I open it (export swf) with Flash Player (It just scroll from layer 1 to last layer). Any idea ?
    Thanks

    (It did run when I press...
  7. Replies
    1
    Views
    1,697

    Thanks anyway. I have figure it out. ...

    Thanks anyway. I have figure it out.

    img2.swapDepths(100); // 100 is the depths value

    But what is the default depths value for clips on layer ?
  8. Replies
    1
    Views
    1,697

    >> duplicateMovieClip ("img", "img2", 1); >>...

    >> duplicateMovieClip ("img", "img2", 1);
    >> but how do I duplicate the clip "img2" and
    >> MAKE IT UNDER the "img" ?
    > you might want to look at the swapDepth method

    But there is no Depth...
  9. Replies
    1
    Views
    603

    How do I remove all duplicate clips without given...

    How do I remove all duplicate clips without given its name ... it is possible ?

    (In game, it creates duplicate clips and all duplicated clips have to be removed when restarting game)
  10. Replies
    2
    Views
    525

    Thanks dnystwn !

    Thanks dnystwn !
  11. Replies
    2
    Views
    525

    duplicateMovieClip ("img", "img2", 1); but how...

    duplicateMovieClip ("img", "img2", 1);

    but how do I duplicate the clip "img2" and
    MAKE IT UNDER the "img" ?

    Thanks.
  12. Thread: swf query

    by hoojx
    Replies
    1
    Views
    655

    I have found out that. :) Thanks anyway.

    I have found out that. :)
    Thanks anyway.
  13. Thread: swf query

    by hoojx
    Replies
    1
    Views
    655

    Can I do a swf with query like...

    Can I do a swf with query like
    http://myurl/message.swf?message+here
    or
    http://myurl/message.swf?msg=message+here

    then the flash will show "message here" somewhere in the flash ?

    I know...
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center