A Flash Developer Resource Site

Search:

Type: Posts; User: Mr_Moopy

Search: Search took 0.03 seconds.

  1. Thread: font problem

    by Mr_Moopy
    Replies
    7
    Views
    500

    Something similar happened to me. I just...

    Something similar happened to me. I just restarted my computer, and that solved all my problems :)
  2. Replies
    4
    Views
    483

    haha, yeah, you were. And I thank you again for...

    haha, yeah, you were. And I thank you again for all of that help. I finally finished the game and it's now all ready and packaged up for my presentation on Friday.

    w00x w00x ;)

    Oh, also, thanx...
  3. Replies
    4
    Views
    483

    Nah, I didn't really understand that first...

    Nah, I didn't really understand that first part... but how do I Embed Fonts?
  4. Replies
    4
    Views
    483

    Alright, I made this nice Jeopardy game and...

    Alright, I made this nice Jeopardy game and everything and published it as a projector. I burned it to a cd along with an autorun.inf.

    The problem is this: In my game I use a certain kind of font,...
  5. Replies
    5
    Views
    395

    Nah, macs suck, which is why it never works with...

    Nah, macs suck, which is why it never works with anything. Problem solved ;)
  6. Thread: FlashMX Trial

    by Mr_Moopy
    Replies
    7
    Views
    614

    Solution = Buy FlashMX That's the only...

    Solution = Buy FlashMX

    That's the only solution I can offer.

    I wonder how many of the people here have illegal versions of FlashMX?...
  7. Replies
    6
    Views
    452

    Yes, he meant to say myclip.play() on that line....

    Yes, he meant to say myclip.play() on that line. "myClip" is the instance name of the movieclip. So say you gave your movie the instance name of "gaysex". The code would then read:

    on (rollOver) {...
  8. Replies
    9
    Views
    467

    You really should use the Help that came with...

    You really should use the Help that came with Flash, it tells you there in plain, simple English.

    Go to File>Export Movie, and then save it as a .gif.

    Next time consult the Tutorials on this...
  9. Replies
    3
    Views
    455

    Ahhhhh thank you very much. It was that typo...

    Ahhhhh thank you very much.

    It was that typo where I set a=b instead of a==b

    Works great now =)

    THANKS A TON!
  10. Replies
    3
    Views
    455

    =)

    <bump> =)
  11. Replies
    3
    Views
    455

    Well, I have 3 dynamic text boxes: "x", "y", and...

    Well, I have 3 dynamic text boxes: "x", "y", and "winner". I want to be able to creat a certain output in "winner" by using the values from "x" and "y". I have a button with these actions:

    on...
  12. Replies
    1
    Views
    309

    Alright, i have a button inside a MC in frame 1....

    Alright, i have a button inside a MC in frame 1. The button's actions are:

    on (release) {
    stopAllSounds();
    this._visible = False;
    _root.gotoAndStop(2);
    }

    So when I press the button...
  13. Replies
    6
    Views
    342

    Hmmm... is there any possible way you could look...

    Hmmm... is there any possible way you could look at the .fla? Can I email it to you or something?
  14. Replies
    6
    Views
    342

    =/ Well i fixed the typo but it still isn't...

    =/ Well i fixed the typo but it still isn't working right...I'm really clueless...
  15. Replies
    6
    Views
    342

    Alright, i have a button inside a MC in frame 1....

    Alright, i have a button inside a MC in frame 1. The button's actions are:

    on (release) {
    stopAllSounds();
    this._visible = False;
    _root.gotoAndStop(2);
    }

    So when I press the...
  16. Replies
    5
    Views
    556

    Hey...chill. instead of just gotoAndStop, use...

    Hey...chill.

    instead of just gotoAndStop, use _root.gotoAndStop.

    Your problem is that you're telling the MC to go to its scene 2 and frame 2, which is not what you want, so by adding the _root,...
  17. Replies
    1
    Views
    401

    Alright, I just can't figure out for the life of...

    Alright, I just can't figure out for the life of me what is wrong here...

    I made a button inside of a movie, and when I click the button, I want it to stop all sounds, go to a certain frame, and...
  18. Replies
    2
    Views
    438

    A Simple Problem...

    Alright, I'm making a game, and I want to be able to show scores as the game goes along. How would I go about making a dynamic textbox add numbers by clicking a button?

    For example:

    -Text box...
  19. Replies
    4
    Views
    436

    Ahhh, ok... I think I'm kinda getting it. w00t =)...

    Ahhh, ok... I think I'm kinda getting it. w00t =)

    If you could email me a sample .fla, I'd really appreciate it.

    Thanx for all of your help bro
  20. Replies
    4
    Views
    436

    Alright thanx... do you know of any furhter...

    Alright thanx... do you know of any furhter instructions with the _visible feature that can help me understand it more?

    Thanks.
  21. Replies
    5
    Views
    534

    I'm pretty sure you can use Javascript to control...

    I'm pretty sure you can use Javascript to control flash...but I'm not positive.

    Guess you better wait for a more experienced user to answer =)
  22. Replies
    4
    Views
    436

    Alright, here it goes: I have t make a project...

    Alright, here it goes:

    I have t make a project on a mathematician for my calculus class, so I opted to make a jeopardy-like game on Galileo.

    My problem is this: On the gameboard, after I click...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center