A Flash Developer Resource Site

Search:

Type: Posts; User: xPINKMERCEDESx

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Yes!!! both codes work perfectly; I am so...

    Yes!!! both codes work perfectly; I am so grateful cancerinform;. THANKS SO SO MUCH!!!

    Pink

    yah!!!
  2. Reverse Direction of Scrolling Panel

    Hello guys, haven't been here in a while.
    But I have a simple problem I think.

    I have a moving panel of images, and I want to be able to change the direction of the panel with the click of a...
  3. Replies
    0
    Views
    364

    Tweening Movieclips

    Hello everyone...I'm trying to change some great code cbeech authored for me a while ago. I'm just trying to change the code to use Tweenlite and to make it that so I fully know how to edit the code,...
  4. Replies
    1
    Views
    459

    Stage - no_scale

    Hello flashers...

    I'm trying to prevent my stage from scaling when my site is viewed on a large monitor. In the Publish settings and on the html tab, my dimensions are set to 100 percent for the...
  5. Replies
    1
    Views
    366

    I got it guys...myChoice is the instance...

    I got it guys...myChoice is the instance name...thanks...
  6. Replies
    1
    Views
    366

    [RESOLVED] Name property problem

    Hello everyone...is there any known bugs with the .name property?

    Check out my problem... I created a movieclip and added it to the stage via addchild. Here's the code:

    var myChoice:choice=new...
  7. thanks for that guys...I'll look into that.... ...

    thanks for that guys...I'll look into that....


    x lisa x
  8. Add value to main timeline variable

    hello...

    I'm trying to add a value to a variable inside the Main .SWF from a loaded movie. More clearly,

    My main movie name is Main.swf. On the main timeline of Main.Swf, I have a variable...
  9. Replies
    0
    Views
    288

    PREV and NEXT buttons ; 3.0

    Hello guys. I ran into another wall, and it's just my inexperience. I'm getting experience by the day and by the project.


    Here's my problem. I'm trying to build a simple photo gallery with Next...
  10. Button event serious problem : Bug?

    HELLO guys...I have another problem that I can't solve; I've been trying for two days now.

    I have two set of buttons, both sets are on the stage, and both sets are in arrays. However, only one set...
  11. Replies
    1
    Views
    597

    I found a solution... var buttonOne:Buttons =...

    I found a solution...

    var buttonOne:Buttons = new Buttons();
    buttonOne.x=10;
    buttonOne.y=10;
    buttonOne.name="whateverIwant";

    this.addChildAt(buttonOne,2);
  12. Replies
    1
    Views
    597

    Event target name

    Hello guys. Can I change an event target's name? or it's an only-read property? I've been googling it but to no avail...


    For example, say this is my button code:

    ...
  13. I'm not using the same instance name...I deleted...

    I'm not using the same instance name...I deleted that flawed concept...I'm using conditions statements, something simple...


    thanks for the reply...

    x lisa x
  14. I got a solution guys...something like this for...

    I got a solution guys...something like this for my functions...Ill just make seperate functions , in that way I can edit the code when I need to...



    var prevClick:*;

    if(prevClick != thumb_1...
  15. addEventListener ; identical buttons

    question men...can I have two buttons that listeners for the same event that have identical instance names?


    For example, I have two buttons which have the same instance name: imageOne.

    Can...
  16. yeah he didn't go into depth with it. he's a...

    yeah he didn't go into depth with it. he's a skilled actionscripter so I took his advice. But he was saying in certain instances I shouldn't use string;


    can I ask you, do you know where I can...
  17. basically one coder on kirupa.com forum suggest I...

    basically one coder on kirupa.com forum suggest I shouldn't use strings when naming buttons, but instead I should use instance names. He didn't get too specific as to why I should use instance names...
  18. Every other way i tried didn't work...got help on...

    Every other way i tried didn't work...got help on different occasions for this but none of the code I was getting didn't work the way I wanted it to...so I took the code i got and edited it until it...
  19. Replies
    2
    Views
    453

    I'll do it myself...thank you...

    I'll do it myself...thank you...
  20. I figured it out.YAH!!! I love myself:lovers: ...

    I figured it out.YAH!!! I love myself:lovers:


    if(buttons_array[i].currentLabel !="home")
    {
    buttons_array[i].gotoAndPlay("close");
    buttons_array[i].buttonMode=true;...
  21. Critical >>> ELSE STATEMENT ....AS 3.0

    hey guys...having some trouble with my conditional statement.

    I have six buttons on the stage. Now, when a user selects a button, I need the previously selected button to go to its "close" frame....
  22. Replies
    0
    Views
    3,326

    Siena black font

    Anybody got the "siena black" font? they can email me?


    x lisa x
  23. Replies
    2
    Views
    453

    As 3.0 scrolling panel

    Hello guys. I'm trying to convert an actionscript 2.0 scrolling panel to actionscript 3.0. I've been trying to convert this for a whopping month now guys, really...and no one is helping me. It's the...
  24. Replies
    7
    Views
    657

    I see ...thank you very much pal... x lisa x

    I see ...thank you very much pal...


    x lisa x
  25. Replies
    7
    Views
    657

    when I say constructor, I mean the parentheses...

    when I say constructor, I mean the parentheses (). If I put just the name of the function in the array with the () after if , the function call doesn't work. When I put the () after the function...
Results 1 to 25 of 31
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center