A Flash Developer Resource Site

Search:

Type: Posts; User: gtomescu

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    597

    [F8] line breaks in dynamic textbox

    I'd like to output the value of multiple input textboxes to one dynamic textbox, but have the values separated by line breaks.

    What is the operator for inserting a line break? Here's some code...
  2. Replies
    2
    Views
    430

    Great that worked! Thanks!

    Great that worked! Thanks!
  3. Replies
    2
    Views
    430

    [F8] Masking dynamically loaded movies

    I'm trying to dynamically load images into a container "bg", then use a mask layer on the container. The mask is an animation that acts as a transition for the images. If I place a sample image as...
  4. Replies
    9
    Views
    581

    Many thanks cresquin!

    Many thanks cresquin!
  5. Replies
    9
    Views
    581

    gparis - Perhaps you could shed some light on...

    gparis -

    Perhaps you could shed some light on something else. I want to make the function so that when any one of the 5 buttons is pressed, that button goes to a specific _y position (95,...
  6. Replies
    1
    Views
    391

    Hmmm I realize now I'm asking for a lot with this...

    Hmmm I realize now I'm asking for a lot with this post. I'm gonna do some more homework and come back. So no replies crucially needed for now :)
  7. Replies
    1
    Views
    391

    [F8] Help with onLoadInit functions

    I'm trying to setup a preloader for an image gallery. I'm not too familiar with using onLoadComplete/onLoadInit functions.

    What I need is that when each button is pressed, it must check whether...
  8. Replies
    9
    Views
    581

    Awesome that worked! Thanks!

    Awesome that worked! Thanks!
  9. Replies
    9
    Views
    581

    Sorry I guess I wasn't clear enough in my...

    Sorry I guess I wasn't clear enough in my question. If you look at my first post in the first section of code I have a set of tweens for collections_btn1.onPress. I want to duplicate that entire set...
  10. Replies
    9
    Views
    581

    I tried that but it only tweens the button that...

    I tried that but it only tweens the button that was pressed, and not the rest of the buttons.
  11. Replies
    9
    Views
    581

    [F8] tweening movie clips

    I have 5 movie clips on stage, in vertical order, and I want to change their individual y positions when each one is clicked. Right now I can do this with tweens (see below), but I was wondering if...
  12. Replies
    12
    Views
    522

    Thanks again a_modified_dog !

    Thanks again a_modified_dog !
  13. Replies
    12
    Views
    522

    Help with "next" and "prev" buttons

    Not sure if I'm supposed to post this as a new thread, but I'll give it a shot here. I've expanded the loop to create loadMovie actions for each button, and I've also created two new buttons, PREV...
  14. Replies
    12
    Views
    522

    Thank you again :)

    Thank you again :)
  15. Replies
    12
    Views
    522

    a_modified_dog - perhaps you can give me a hand...

    a_modified_dog - perhaps you can give me a hand with a quick change to the function. I want to attach 10 instances of mc "btn" on stage, but in two rows of 5. Right now I am able to create the...
  16. Replies
    12
    Views
    522

    That did the trick. Thanks!

    That did the trick. Thanks!
  17. Replies
    12
    Views
    522

    Hmm that doesn't seem to work. Do I have to...

    Hmm that doesn't seem to work. Do I have to change anything else in the function or with the instances perhaps?
  18. Replies
    12
    Views
    522

    [F8] Help with quick loop

    I have 5 duplicate movie clips on stage. The instance itself contains a dynamic text box. I want to assign the text boxes values 1-5, using a loop.

    Right now I have the following:


    for (var...
  19. [F8] Help with disabling buttons and tweens!!

    I'm trying to make a simple menu that consists of three buttons. Each button has tweening actions assigned and I want each button to become disabled when pressed. Everything almost works, except that...
  20. Replies
    6
    Views
    578

    Okay I got it to work I just had to play around...

    Okay I got it to work I just had to play around with it some more. The code was right just my labels were off.
  21. Replies
    6
    Views
    578

    SilentWeed - How do I modify your code so that...

    SilentWeed -
    How do I modify your code so that when each button is pressed, it remains on its rollOver state? Subsequently, when a different button is pressed, the first button returns to its...
  22. [F8] Help with depth of attached movieclips!

    I'm having some troubles with getting the depth levels right for my movie. I have two MC's in the library which I want to fade into one another, in a loop.

    The logic is:
    Click on Movie1 -> Movie...
  23. Replies
    1
    Views
    513

    [F8] help with attached movie clips?!?!

    I'm trying to control an attached movie clip (button2_mc) which has been attached by a previously attached clip (button1_mc). Is this possible? What am I missing here? Here's my code below (on frame...
  24. [F8] onRollover play attached movie clip??

    I'm trying to attach a movie clip and to play that movie clip on rollover. At this point the movie is being attached, but the rollover/rollout functions don't work!

    What am I missing here? See...
  25. Replies
    0
    Views
    545

    Button within MC becomes inactive

    I'm trying to create a menu that expands on a RollOver function and contracts with a RollOut function. I've succesfully done this with a prevFrame command. Now the menu also has a number of buttons...
Results 1 to 25 of 25




Click Here to Expand Forum to Full Width

HTML5 Development Center