A Flash Developer Resource Site

Search:

Type: Posts; User: axiamatt

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    402

    uh, no, but if you have a specific question...

    uh, no, but if you have a specific question relating to using if/then/else statements I might be able to answer them for you. Depends on what it is you need to know. Actually a good place to look...
  2. Replies
    7
    Views
    485

    hmmm...yes, intriguing. I see what you are...

    hmmm...yes, intriguing. I see what you are trying to do, and I like the sounds of it. I would give you an answer right now but it would be the wrong answer. I will think about it tonight, and try...
  3. Replies
    3
    Views
    463

    That's cool. Well you may have a difficult time...

    That's cool. Well you may have a difficult time doing this. I think temp files, such as those in your temp folder work a little differently than on the PC I could be totally wrong here (and if I am...
  4. Replies
    3
    Views
    442

    http://www.flashkit.com/movies/Animations/Scratchp...

    http://www.flashkit.com/movies/Animations/Scratchpad/Clipart/collecti-Microcyb-3075/index.php

    http://www.flashkit.com/movies/Effects/Special_Effects/Vector_L-Joshua_D-5217/index.php
    ...
  5. Replies
    7
    Views
    485

    _currentFrame This tells you where in the...

    _currentFrame

    This tells you where in the timeline the play head is, if that is what you need, but if you are using multiple movie clips it gets interesting, because then you need to know if you...
  6. Replies
    3
    Views
    402

    why are you storing the variable in a seperate...

    why are you storing the variable in a seperate txt file when all you need it for is the content holder? Unless you need to use this variable elsewhere in the file the easiest way to do this would be...
  7. Replies
    7
    Views
    485

    http://www.flashkit.com/tutorials/Interactivity/Us...

    http://www.flashkit.com/tutorials/Interactivity/Useability/Controll-k-gianni-698/index.shtml

    maybe? not sure.
  8. Replies
    5
    Views
    561

    When you say you want to view a shot at a time...

    When you say you want to view a shot at a time are you referring to a static image, or a seperate movie clip. If it is a static image you could always build in a movie player feature into your file...
  9. Replies
    1
    Views
    379

    Check macromedia's site for an extension called...

    Check macromedia's site for an extension called 'Zoom Map' or something like that(?). Maybe this will help. It show's how to build a set of zooming in/out functions with a map (if I remember...
  10. Replies
    3
    Views
    442

    what kind of vector shapes, cause Flash does come...

    what kind of vector shapes, cause Flash does come with a fairly good set of vector creation tools?
  11. Replies
    3
    Views
    463

    Not import it, it's obviously been protected for...

    Not import it, it's obviously been protected for a reason. However if you really want to get into the protected file there are utilities out there that will allow you to open it, don't ask me what...
  12. Replies
    1
    Views
    358

    only file size, if you are loading in multiple...

    only file size, if you are loading in multiple swf files with seperate embed tags you can really bog down a page fast, other than that you should be fine...(I think?)
  13. Replies
    1
    Views
    574

    I haven't encountered this problem, but I have...

    I haven't encountered this problem, but I have encountered the problem that when embedded on an html page, and I use a preloader to load the swf the printed page leaves the swf blank. Once I remove...
  14. I understand fully. Long boring corporate days...

    I understand fully. Long boring corporate days are dragging me down. I miss fun flash filled days of actually building stuff and learning. Stagnation sucks. That's why flashkit rules because I...
  15. Thread: Matrix...

    by axiamatt
    Replies
    5
    Views
    457

    the letters a through i are an array. the...

    the letters a through i are an array. the variable matrix is storing an array. sorry, I have no idea what I am saying, I just felt bad that no one replied, so I figured maybe I'll just say...
  16. I also tested this method in Netscape 6.2 and it...

    I also tested this method in Netscape 6.2 and it worked great, just in case you were wanting to know, oh and I am on a PC running Win 2000 as well, if it is of any consequence.
  17. I stuck the window.open function into a...

    I stuck the window.open function into a javascript on the html page with the button, gave it a function name like myTest, stuck in this code on my button in flash:

    on (release){
    ...
  18. Replies
    2
    Views
    436

    It depends what you mean by clean-edged cutout...

    It depends what you mean by clean-edged cutout images. If you mean you would like to create a border effect on your image, like sharply cut off corners you can do that. I can explain that but if...
  19. Replies
    1
    Views
    377

    frame = Math.ceil((loadedbytes/totalbytes)*100);...

    frame = Math.ceil((loadedbytes/totalbytes)*100);

    Don't know whether this will solve it or not. Give it a try anyway.
  20. Thread: fredperry.com

    by axiamatt
    Replies
    1
    Views
    473

    hey nice site, I hadn't seen that before. In...

    hey nice site, I hadn't seen that before.

    In regards to your question I would maybe start going through the tutorials in the getting started area of this site, or I would try going through the...
  21. Replies
    2
    Views
    430

    According to the actionscript dictionary your...

    According to the actionscript dictionary your sound name needs to be wrapped in quotation marks: Movieclip.stop("Page1"); but they refer to the name of the sound object as the idName, and I am not...
  22. Replies
    12
    Views
    1,597

    sorry I rushed ahead without reading the shape...

    sorry I rushed ahead without reading the shape hints line, but this way did work for me. Guess I should read the whole thing before saying anything. Well if my explanation helps then I guess it's...
  23. Replies
    8
    Views
    531

    got it, took a minute because I am slow. First...

    got it, took a minute because I am slow.

    First the javascript:

    <*script language="javascript"*>
    function nameHere(){
    parent.framename.location.href = "source.htm";
    }
    <*/script*>(be...
  24. Replies
    8
    Views
    531

    ok, I will be back in about ten minutes then. ...

    ok, I will be back in about ten minutes then. Yes we can do this, quite easily, it's just a matter of geting the script right. My brain is working very slowly today.
  25. Replies
    2
    Views
    2,589

    actually there is an easier way, but the results...

    actually there is an easier way, but the results aren't always what people want. Type out your text, select it and make it into a graphic (f8). Create your motion tween, however many frames you...
Results 1 to 25 of 117
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center