A Flash Developer Resource Site

Search:

Type: Posts; User: Gazaah

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. PROJECT PAID Build lite duty motion tracker in Flash, then AIR that sucker to Android

    Hi. I'm working in a science lab and have government money for a contractor. We make video games for animals.

    We are having serious issues finding Unity and Java devs who are good with using the...
  2. Can't access mic.activityLevel from inside movieclip - this is probably simple

    Running actionscript inside frames rather than external .AS file.

    When I try to access the microphone object (which can be accessed on the main timeline) from inside one of the movieclips, I get...
  3. Replies
    2
    Views
    1,248

    case statement using < && >=

    Ok. Thought I knew how to use case statements, but apparently I don't -- or at least, I don't know how to use comparisons. The script checker keeps throwing me "invalid XML name" errors, which I...
  4. Replies
    7
    Views
    814

    It does work--my test file ran fine using your...

    It does work--my test file ran fine using your script.
    Can you private message me on this forum with your e-mail, that way you could e--mail me the FLA file? My guess is that it only needs...
  5. Replies
    7
    Views
    814

    Don't repaste the actionscript, it can run over...

    Don't repaste the actionscript, it can run over and over again from it's home keyframe.

    On the actionscript keyframe, insert more frames so there's as many frames as you have coloring pictures,...
  6. Replies
    11
    Views
    13,688

    When I choose dimensions, I look at industry...

    When I choose dimensions, I look at industry leaders who have similar sites. For example, if you are creating a product catalog for crafts, look at major craft store chain's Flash Apps for products....
  7. Replies
    8
    Views
    21,871

    I'm incredibly excited for multi touch and Flash....

    I'm incredibly excited for multi touch and Flash. I work using a pen tablet for Flash and Wacom tablet for fine arts, and to turn my screen into a functional piano, or windchimes, or finger puppet...
  8. Replies
    1
    Views
    412

    Welcome to Flash. It is a special kind of...

    Welcome to Flash. It is a special kind of wonderful torment, like eating hot chillies.

    In CS4, Draw something. Select the drawing, right click it and select "convert to movieclip."

    Double...
  9. Replies
    4
    Views
    1,943

    There's a LOT more you can do to optimize an...

    There's a LOT more you can do to optimize an SWF's size with many complex animations! It helps to pre-plan, but maybe this info is of use to you. Depending on the amount of solid detail in the jpegs...
  10. Replies
    7
    Views
    814

    The code works right on my version of it, try...

    The code works right on my version of it, try checking your button names and the default "changeToColor" variable value to see if the default changeToColor matches the default arrow position.

    Also...
  11. Replies
    7
    Views
    814

    Here's what I got to work: changeToColor=white ...

    Here's what I got to work:
    changeToColor=white

    red_btn.addEventListener(MouseEvent.CLICK, pickColor);
    white_btn.addEventListener(MouseEvent.CLICK, pickColor);...
  12. Replies
    1
    Views
    3,634

    Depends how you're approaching it. What I've done...

    Depends how you're approaching it. What I've done is put every single item inside the character's movieclip, then turned the the items visible or invisible based on variables and for a particularly...
  13. Query strings and cookie variables

    So initially I thought to do what I wrote below, then I saw this article for using query strings from another forum post-- http://noscope.com/journal/2003/12/query_string
    which is much nicer than...
  14. To export video ghange MCs to graphic opbjects

    For a movieclip you wish to animate, select movieclip and open the properties window. Change it from a movieclip to a graphic object. The graphic object will play on the main timeline according to...
  15. Replies
    0
    Views
    447

    Boning my sketches (sounds so wrong)

    I'm in CS4.

    I scanned a drawing, broke it up into parts with transparent backgrounds. Now I want to bone them (Ugh -- Why choose -that- term Adobe?? -- Why not the "skeleton tool," or the "joint...
  16. Authoring on tablet PC: Good idea/Bad Idea?

    I wish to replace my desktop replacement with a tablet PC!

    I have visions of Cintique-like functionality yet portable majesty...

    But the graphics cards on these machines are total crap.
    ...
  17. Replies
    2
    Views
    509

    I don't know what the problem is, but I...

    I don't know what the problem is, but I sympathize as I'm going through similar issues having recently installed CS3.

    I have had the weirdest things happen between versions from Flash 4 onward. ...
  18. Replies
    8
    Views
    4,054

    You can prevent the sound fomr coming back out...

    You can prevent the sound fomr coming back out the speakers

    createEmptyMovieClip("micAudio", 3);
    micAudio.attachAudio(Microphone.get());
    inputMic = Microphone.get();...
  19. Shameful behavior.

    *bump* Yes I know, bad form, I promise not to do it again.
  20. Microphone object gain inherently screwed up?

    A few years ago I scripted a lovely little movie that used the loudness of sound coming into the microphone to control how objects reacted on screen.

    A made an object whose Y changed each time...
  21. Replies
    0
    Views
    465

    Microphone object not being consistent

    okay, for an academic project I have of all things, a computer interface designed to be used by birds. I know, weird. But before I can release the interfaces for people outside of the lab to test,...
  22. Replies
    7
    Views
    583

    Now, obviously you can nest movies that load...

    Now, obviously you can nest movies that load movies that load movies. If one were to keep doing that would it make it unstable? Obviously suck some system resources. I know in the past flash files...
  23. Replies
    7
    Views
    583

    *testing all this* Oh, so it kinda...

    *testing all this*
    Oh, so it kinda superimposes the movie wherever you load it from. *Goes to learn how to apply a generic pre loader*

    Thank you guys, as usual the forums are delightfully...
  24. Replies
    7
    Views
    583

    Ooooooh. Cool. Never touched that when doing...

    Ooooooh. Cool.
    Never touched that when doing animation. MovieClip.loadMovie(), and loadMovie(), are rather alien to me. *reading the documentation which does not seem to assist.*
    Will the...
  25. Replies
    7
    Views
    583

    "pre load" new content within a movie

    Hey, not a flash newbie, but new to site design with flash! (Otherwise competent with actionscript and such.) I'm running studio MX and this is my question:

    I see swf files on the internet that...
Results 1 to 25 of 45
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center