A Flash Developer Resource Site

Search:

Type: Posts; User: snorepez

Page 1 of 20 1 2 3 4

Search: Search took 0.20 seconds.

  1. Replies
    0
    Views
    330

    [MX] Circle Sensing

    Hi All,
    A few years ago a poster here, MKantor, wrote a fine piece of code for me that detects whether a circle has been circled, and if it has been, then a movie is loaded.

    I plan on...
  2. Replies
    3
    Views
    496

    Ah, that first if statement makes a ton of sense,...

    Ah, that first if statement makes a ton of sense, since youre saying that the value has to be less than 10 in order for it to continue to increase.

    Great, thanks!
  3. Replies
    3
    Views
    496

    [MX] Stop Counter

    Hi,
    I have a button that when pressed increases the number in a textbox with a variable "counter."
    I want the counter to go up to the number 10, and then not be able to go any higher or lower.
    ...
  4. Replies
    2
    Views
    288

    Ahh Just one wrong number messed up everything...

    Ahh
    Just one wrong number messed up everything lol

    Thanks!! :)
    Victor
  5. Replies
    2
    Views
    288

    Quick Levels Question

    Hi,
    I have three swf's.
    swf A is the index movie, wherein an empty movieclip (emptyMC) is located.
    swf B is the movie that is automatically loaded into the movie clip located in swf A, once the...
  6. Replies
    3
    Views
    347

    Can you post an fla example? Make sure to strip...

    Can you post an fla example? Make sure to strip it down to the essentials (including deleting things in the library) so that it can upload here, also save it in MX format if you have MX2004.
  7. Yeah, those are just motion tweens, as Dragon...

    Yeah, those are just motion tweens, as Dragon said.
    There should be a tutorial for it in your help files.

    Take care
  8. Replies
    0
    Views
    695

    Single-spaced .txt file

    Hi,

    Is there any way to have a .txt document to be single spaced when loaded externally into Flash? Right now, when the text is loaded it is double-spaced.

    I'd like:

    Line of text...
    Line of...
  9. Replies
    1
    Views
    300

    you're referring to those little blue tabs on the...

    you're referring to those little blue tabs on the left side of the "book," right?
    If so, they are simply made through clever motion tweens. From what I can tell, there is no actionscript being put...
  10. Replies
    1
    Views
    463

    Any ideas? Any and all are appreciated, greatly!...

    Any ideas? Any and all are appreciated, greatly! :)
  11. Replies
    1
    Views
    463

    Smoother avoidance AS

    I am trying to have a movieclip move away from the mouse when the mouse gets near the MC.
    This is what i have so far, but it seems very "jerky":
    onClipEvent (load) {
    left = 53;
    right = 796;...
  12. Replies
    5
    Views
    399

    Site's code is made for MX. Hence the title at...

    Site's code is made for MX.

    Hence the title at the top of the page:
    "How to Use Flash MX Sound Objects"

    :)
  13. In what way are you loading the external movie...

    In what way are you loading the external movie that isn't working? In other words, on the button that loads the movie into the invisible mc, what code do you have? Also, do you have any code on the...
  14. Replies
    5
    Views
    399

    http://www.kennybellew.com/tutorial/ And you...

    http://www.kennybellew.com/tutorial/

    And you don't need to bump a thread that is still on the main page, considering it had only been a few hours since you first posted - lol.

    But goodluck on...
  15. Replies
    7
    Views
    510

    Can you try and post an example fla of the...

    Can you try and post an example fla of the problem? Because i can not really follow the code that you have pasted here - for example, the instance name of "mum."
  16. I think this is what you were aiming for: add...

    I think this is what you were aiming for:
    add this to your timeline and give the button an instance name of btn
    btn.onRelease = function() {
    if(!buttonClick){
    ...
  17. Replies
    1
    Views
    813

    Two versions of playing MC backwards

    I have made two versions to make an MC play backwards and fowards.

    Version 1:

    mc1.onEnterFrame = function() {
    anim == true ? this.nextFrame() : this.prevFrame();
    };
    btn1.onRollOver =...
  18. Replies
    2
    Views
    415

    Um, didn't you already get your question answered...

    Um, didn't you already get your question answered in another thread?
  19. Replies
    6
    Views
    2,587

    here's an example

    here's an example
  20. Thread: batman

    by snorepez
    Replies
    2
    Views
    437

    http://www.google.com ? Search for 'theme...

    http://www.google.com ?

    Search for 'theme song' or just 'batman sounds.' Something along those lines.

    But if you do in fact find the sound, I think you need to get the author's permission...
  21. Replies
    2
    Views
    319

    Make a rectangle shaped masked the size of your...

    Make a rectangle shaped masked the size of your stage, and have the rest of your movie underneath said mask.
  22. Thread: flashkit.com

    by snorepez
    Replies
    3
    Views
    382

    The server may be too busy; an administrator is...

    The server may be too busy; an administrator is working on it; or you just pushed some other button not labeled as "Search." :)
  23. Replies
    2
    Views
    512

    One image. It will be a cloud animation. ...

    One image. It will be a cloud animation.

    Thanks for the reply
  24. Replies
    2
    Views
    512

    Continuous bg scroll with AS

    What is the best way to continuously loop the movement of a background with AS?

    I have done it with motion tweens, but i'd rather use AS.

    Thanks for all help :)
  25. Replies
    1
    Views
    426

    Here's on example...

    Here's on example
    http://www.flash-db.com/Tutorials/privchat/
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center