A Flash Developer Resource Site

Search:

Type: Posts; User: ojoytara

Search: Search took 0.19 seconds.

  1. Replies
    3
    Views
    2,302

    Have you found any resolution to this? I've been...

    Have you found any resolution to this? I've been trying and trying and still have the exact same problem??
  2. Replies
    6
    Views
    769

    Hmm...I guess I'm a little confused....

    Hmm...I guess I'm a little confused. QuestionNumber isn't a frame, it's a variable. and the problem is that I never get to question 4 because I can't get the space bar to even advance to question...
  3. Replies
    6
    Views
    769

    Sorry for the confusion. When the question...

    Sorry for the confusion.

    When the question number becomes 4, is when either the game will be over and it's supposed to reset, or the person is a winner and it will play a little mc.
  4. Replies
    6
    Views
    769

    HELP! Not recognizing functions/commands

    I really really need help quickly!! This is my first attempt with programming and I'm building a "Who wants to be a millionaire" type game. I have to use keycodes instead of the mouse for selecting...
  5. Replies
    2
    Views
    381

    recognizing space bar

    This is the code on frame 1 of my game. I'd like for this to be recognized from other frames as well...ie. after you press Enter to see if you are correct or not.

    //SPACE IS PRESSED
    if...
  6. Replies
    2
    Views
    381

    trivia game not recognizing commands!

    I'm building a "Who wants to be a millionaire" type game and I have to use keycodes instead of the mouse for selecting answers, advancing the question, etc. It works perfectly at the beginning....you...
  7. Replies
    4
    Views
    611

    Thanks. Is there a way of designating borders for...

    Thanks. Is there a way of designating borders for the mouse, so that when the mouse gets to a position outside those borders, the mc will stop following it?
  8. Replies
    4
    Views
    611

    I'm not that good with the if/then statements, do...

    I'm not that good with the if/then statements, do you know where I can figure that out?
  9. Replies
    4
    Views
    611

    stop following mouse?

    I have a mc that follows the mouse around to navigate (without having to actually click or hold mouse down to move). I did it this way because I want the user to be able to click on the buttons in...
  10. Replies
    3
    Views
    507

    Thank you so much! Works perfectly! Yeah!

    Thank you so much! Works perfectly! Yeah!
  11. Replies
    3
    Views
    507

    unload mc and play main timeline??

    I have a main movie "main.swf" and in an empty movie clip (instance name "empty") on that timeline, I have it loading another movie ("continue.swf") that takes you to the end of the presentation... ...
  12. Replies
    0
    Views
    438

    unload movie and play main.swf

    I have a main movie "main.swf" and in an empty movie clip (instance name "empty") on that timeline, I have it loading an another movie that takes you to the end of the presentation... This is the...
  13. Replies
    0
    Views
    405

    putting a graphic to a mask

    I have a movie clip (myMask) that masks another movie clip (TextClip), but I'm trying to get the mask to have an outline to it?

    This is the action that I have on the main timeline and it works...
  14. Replies
    3
    Views
    649

    Did you ever find an answer to your .exe...

    Did you ever find an answer to your .exe question? I'm trying to do the exact same thing and I know that the fscommand won't work?
  15. Replies
    5
    Views
    641

    I guess my question is...is it possible once you...

    I guess my question is...is it possible once you get to the desired movie (.swf), can you specify a certain frame in that movie for it to start?

    Sorry for all this confusion.
  16. Replies
    5
    Views
    641

    Okay. thank you! And Thank you for such a quick...

    Okay. thank you! And Thank you for such a quick response!

    I assume that you are referencing go to "level1" and play frame 1, but how do I get my movies to load in different levels? At the end of...
  17. Replies
    5
    Views
    641

    jump to frame in different scene

    I've been trying to get a "back" button to jump to a specific frame in a previous scene. In "scene2" I have this code on the "back" button:

    on (release) {
    loadMovie("scene1.swf", 1);
    }

    but I...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center