A Flash Developer Resource Site

Search:

Type: Posts; User: oswaldine

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    337

    Great!!! The "else if" worked out perfectly....

    Great!!!
    The "else if" worked out perfectly.
    Change position wouldn't have worked out because in the end I have 64 "if else"...

    Thanks very much to you all!
  2. Replies
    5
    Views
    337

    Yes, that seems logical. So the "if" with just...

    Yes, that seems logical.

    So the "if" with just one condition seems to be "more important" than the one with two conditions.

    I would need it the other way around ;( Is there a possibility to...
  3. Replies
    5
    Views
    337

    "if" not interacting with other "if"

    I have several if statements.

    Some of them are considering two conditions and some just one.

    Like that for example:


    if (str == "Beige Ferrari" && str1 == "Beige Ferrari") {
    aq1._alpha=30;
  4. Check if changed on more than one Textfield...?

    Hi,

    I have this code to trigger different alpha settings on some buttons, depending on the content of a dynamic text field


    function checkIfChanged(field,txt, a, b, c, d){
    if (field == txt) {...
  5. action script not working in next frames

    Hi,

    I have multiple mc's that are animated by motion tween one after the other.

    On the top layer in the first frame I have some actionscript for every mc triggering the movie to stop and show...
  6. Thank you!

    Hi!

    Thank you! Works great !!!
  7. [RESOLVED] Why do my MC's not go directly to their new position?

    I have 4 mc's (rectangles).
    When one of them is clicked the other three have to move to another place (either top left, top right, bottom left or bottom right, depending which of the rectangles is...
  8. Thank you for your response. I'm not sure I...

    Thank you for your response.
    I'm not sure I understand what you mean.
    Do you mean I should make a "normal" timeline animation for each logo instead of using the mx transitions?
    But then I also...
  9. mx transition, one after the other without using timeline?

    Hi,

    I have this code for animating different logos:


    mx.transitions.TransitionManager.start(sg, {type:mx.transitions.Zoom, direction:0, duration:2, easing:mx.transitions.easing.Back.easeOut,...
  10. You are so great!!! This works perfectly! ...

    You are so great!!!

    This works perfectly!

    Thank you very much.
  11. Thank you! When I first tried, nothing...

    Thank you!

    When I first tried, nothing happened. Then I deleted the 'text' : instead of "my_txt.text =" I wrote "my_txt = "

    This worked (why?...)
    BUT
    this only works for the first button....
  12. Thanks for your reply. This was just an...

    Thanks for your reply.

    This was just an example.

    In reality I have 30 buttons, each generating another colorname in the dynamic textfield.

    So if the color is red I want something else to...
  13. Replies
    2
    Views
    383

    Select the graphic you want to have as a button....

    Select the graphic you want to have as a button.
    Press F8, choose "button", click ok.
    Select the button, open the ActionScriptPanel and type:

    on(release) {
    gotoAndStop...
  14. How to let Flash "know" that a value has changed in a dynamic textfield by code

    When clicking on a button the text of a dynamic textfield is changed, like this:


    c.onRelease = function (){
    my_txt = "red";
    }

    Now I want something to happen if the text in the dynamic...
  15. Replies
    0
    Views
    411

    Moving diagonally with AS Tween

    Hi,

    I cannot figure out how to make a movie clip move diagonally with the Tweening class.

    My code is:

    if (un._x == 725, un._y == 50) {
    new Tween(deux, "_x", Elastic.easeOut, 20, 300, 5,...
  16. Replies
    4
    Views
    473

    The code on the button: on (release) { Text1...

    The code on the button:

    on (release) {
    Text1 = "Noir";
    }

    The code in first frame (now):

    if (Text1.text == "Noir") {
    Text2.text = "Blabla";
  17. Replies
    4
    Views
    473

    Thanks! I'm using the textool (creating...

    Thanks!

    I'm using the textool (creating dynamic textfield, giving a var name)

    I've tried this already. Result is the same. Nothing in textfield "Text2".......
    not even "undefined".....
  18. Replies
    4
    Views
    473

    if/else statement for dynamic text

    Hi,

    By clicking on buttons the user can choose different colors.
    The name of the color chosen is then displayed in a dynamic textfield.

    Now I would like another dynamic text to appear: its...
  19. Replies
    4
    Views
    373

    Cannot figure it out

    Have been searching back and forth this forum and still cannot figure it out.

    The images are being uploaded and stored in a folder named "up".
    This all works very fine.

    But HOW can I get the...
  20. Replies
    4
    Views
    373

    Thank you ! You say to specifie "yourjpg.jpg"...

    Thank you !

    You say to specifie "yourjpg.jpg" but this is just the problem: The jpg that has to load in the movie should be the one the user just uploaded. But I don't know it's name...It could be...
  21. Replies
    4
    Views
    373

    upload jpg into flash

    Hi,

    I finally found how to let the user upload a picture to the server (using html form and php script) but I cannot find how to actually place this picture into the flash (let's say into an empty...
  22. Replies
    0
    Views
    330

    let user choose font and color

    I want to have the user being able to type some text into an input textfield. The result will be shown on a different place on the stage in a dynamic textfield. The dynamic text field has to have a...
  23. Replies
    3
    Views
    514

    Thanks! If I put a stop action in the first...

    Thanks!

    If I put a stop action in the first frame and add your code, the movie doesn't play at all (it gets stuck at this stop action)

    If I put this code

    container/empty.play(2)

    or this...
  24. Replies
    3
    Views
    514

    loadMovie with fade in

    Hi,

    I have a container movie clip in which I put another empty movie clip.
    This empty movie clip is animated (fade in, with stop action on last frame)

    When clicking on a button an external jpg...
  25. Thanks!!! I would have never found out this one...

    Thanks!!! I would have never found out this one...
Results 1 to 25 of 62
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center