A Flash Developer Resource Site

Search:

Type: Posts; User: pizza0502

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    7,504

    [AS3]Random do something without repeat

    Hi,

    I've 3 movieclip on stage which is mc1,mc2,mc3
    at first they are alpha=0

    What I want is when i click on revealBtn, 1 of them will show up as alpha=1.

    But with my code below, sometimes I...
  2. Facebook FanBox/LikeBox in Flash AS3 Website

    Hi,

    Currently I'm developing a Flash AS3 website.
    I want to put Twitter Feeds box and Facebook FanBox/LikeBox in the flash website so that people can follow the Twitter account and also the...
  3. Replies
    0
    Views
    661

    previous button in sequence load image

    Hi,

    I've found this sequence load image, but it only has next button.
    How do i make a PREVIOUS button for this sequence load image?
    so that i have next and previous button in this image loader.
  4. Replies
    4
    Views
    2,165

    Flash8 I want to show the score in the 1st frame in...

    I want to show the score in the 1st frame in another dynamic text box for both names and score.
  5. Replies
    1
    Views
    1,034

    Flash8 Shared Object HELP

    Hi,
    I've done this AS2 shared object in my flash file.
    scoreBoard_mc.names.text & scoreBoard_mc.scores.text is at frame 4 inside a MC call scoreBoard_mc.

    what i want is show another scoreboard...
  6. Replies
    0
    Views
    1,073

    Flash8 get highest depth

    Hi,

    my flash have duplicate something on stage, about 10 item and they all getNextHighestDepth.

    I have make a custom mouse that is follow my mouse, how to make it;s depth is higher than the 10...
  7. Replies
    4
    Views
    2,165

    Flash8 Ah, sorry here is the CS3 format...sorry for...

    Ah, sorry

    here is the CS3 format...sorry for reply for so long...
  8. Replies
    4
    Views
    2,165

    Flash8 HELP scoreboard with shared objects

    Hi,

    I've done this flash scoreboard with shared objects.
    but what i can done is it will replace the 1st score in my scoreboard, it won't have 2nd, 3rd, 4th and etc...

    the script i used is:
    ...
  9. Replies
    5
    Views
    1,779

    Flash8 Thanks Whispers! This work for me. sorry for...

    Thanks Whispers!
    This work for me.
    sorry for the flash version because my office is using CS5.

    I think i still have something to ask but i will figure it out myself 1st.

    Thanks again! :)
  10. Replies
    2
    Views
    1,066

    oh ok thanks! i think i know how to do it.

    oh ok thanks! i think i know how to do it.
  11. Replies
    5
    Views
    1,779

    Flash8 Hi, yah, i want to change it to AS2. the...

    Hi,

    yah, i want to change it to AS2.

    the script you give me is work, but can it be duplicate the circle to 10 circle?

    and how can i interact with those duplicated circle? is it like:...
  12. Replies
    5
    Views
    1,779

    Flash8 change AS1 to AS2

    timerID = setInterval(functionName, 1000);

    function functionName()
    {
    i = i + 1;
    duplicateMovieClip(_root.circle, "circle" + i, i);
    }

    can anyone help me change this to AS2?
  13. Replies
    2
    Views
    1,066

    wanna create a AS3 panning website

    Hi,

    http://www.vermeersch.ca/

    The link above is similar idea of what website i wanna built.
    any this kind of tutorial making the panning effect?
  14. Replies
    0
    Views
    512

    Preloader for external FLV

    I want to do a preloader for external FLV.

    the external FLV i have use this script to load it:

    // ActionScript 3.0
    var video:Video = new Video();
    addChild(video);

    var nc:NetConnection =...
  15. Replies
    2
    Views
    970

    Hi, sorry that I found out I don't need to loop...

    Hi, sorry that I found out I don't need to loop the video.

    What I want is after the video play finish, it goto and play 2nd frame.

    how to do that?
  16. Replies
    2
    Views
    970

    want to loop external video

    Hi,

    I've use this script to load video into my swf.

    // ActionScript 3.0
    var video:Video = new Video();
    addChild(video);

    var nc:NetConnection = new NetConnection();
    nc.connect(null);
  17. Replies
    6
    Views
    826

    cool! anyway thanks again!

    cool! anyway thanks again!
  18. Replies
    6
    Views
    826

    Thanks the script is works! I'm totally noob...

    Thanks the script is works!

    I'm totally noob in AS3. and i juz mention your name! you have solve many kinds on AS3 problems here and some of it is removeChild problems!

    I've figure it out for 2...
  19. Replies
    6
    Views
    826

    Sorry that I've forget the error message... ...

    Sorry that I've forget the error message...

    and i'm a newbie from AS3...totally...

    what do you mean by container?
  20. Replies
    6
    Views
    826

    [RESOLVED] removeChild problem

    function btnClicked(e:MouseEvent):void {

    switch (e.target) {
    case Aplayer1 :
    setChildIndex(Aplayer1,numChildren - 1);
    TweenMax.to(Aplayer1, 0.5, {x:159, y:266, scaleX:1, scaleY:1,...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center