A Flash Developer Resource Site

Search:

Type: Posts; User: jbalyney

Page 1 of 20 1 2 3 4

Search: Search took 0.09 seconds.

  1. pulling a gotoAndStop action on a key (eg, space bar)

    Hello,

    i have a presentation and I simply want to be able to go to a certain frame if someone hits the space bar or any key,

    this is what i came up with so far but it doesn't work, this code...
  2. taking a button and making it fade in and out on rollover and rollout

    hello,

    i am trying to modify some code i have for expaning rollover buttons,

    i want to use alpha to have it start at 50% transparency, then when you rollover it slowly goes to 100%... then...
  3. Replies
    1
    Views
    725

    turn off all sounds

    hello,

    i have a flash site which has hundreds of flash files making it work, on many different levels. Each of these Flash files has different sounds embedded on the timelines.

    I have one...
  4. bump! no one has any ideas?

    bump! no one has any ideas?
  5. making valiadation using javascript in flash form - mx2004

    hello,

    I have a flash form which I have used for years, i check for proper email and if named is filled, now I am trying to do a phone number validation... I am getting errors, this is my code......
  6. Replies
    0
    Views
    1,475

    where to find a tv safe color pallette

    hello,

    i am making a flash animation for TV, and i keep reading about a tv safe color pallette, but i searched through 3 pages of google and not a single website will give me a list of TV safe...
  7. creating flash animation for television spot - need advice

    hello,

    I am creating a flash animation which will be shown as a television commercial.

    I know i need to use 29.3 FPS
    720 x 480 pixel ratio
    export as uncompressed quicktime..

    What other...
  8. Replies
    14
    Views
    667

    tx, i never thought of putting the AC on the main...

    tx, i never thought of putting the AC on the main timeline, i usually just put it on the button...

    _root.mc1.home.btn_sol.onRelease = function () {
    moveMe(mc1, dirs[2], .2);
    };
  9. Replies
    14
    Views
    667

    Hello, Sorry for the late response... This is...

    Hello,

    Sorry for the late response... This is what im trying to do...

    or trying to control things from buttons within the main mc?.. if you're trying to do the latter.

    inside the main MC...
  10. Replies
    14
    Views
    667

    hello, one more question, i need to have...

    hello,

    one more question, i need to have buttons that are inside mc1 in different movie clips (i can have up to 3 MC all inside eachother) control mc1 , but i cant get it to work..

    I tried...
  11. Replies
    14
    Views
    667

    tx, so much cleaner..... I know it is a strange...

    tx, so much cleaner..... I know it is a strange cheunk of code... I know how to hack lots of code, not so good at coming up with original .
  12. Replies
    14
    Views
    667

    Hi, Ok, my code is crude, but it works.. i am...

    Hi,

    Ok, my code is crude, but it works.. i am using global variables and i actually have 6 pages..

    home - profile - solutions- portfolio - lounge - contact

    while the intro is loading I set
    ...
  13. Replies
    14
    Views
    667

    hi, tx madzigian, that is exactly what I want...

    hi,

    tx madzigian, that is exactly what I want to do. Let me work on it and get back to you
  14. Replies
    14
    Views
    667

    making a MC play time in reverse

    Hello,

    Im a bit stuck here, cant find a tutorial which is suitable and need some help.

    i have a flash site with 4 pages, I want to put them all in one MC like so....

    page 1 -- page 2 --...
  15. hi, tx, i managed to work it out with a txt...

    hi, tx,

    i managed to work it out with a txt file..

    my_sound = new Sound();
    soundList = new LoadVars ();
    soundList.onLoad = function (success) {
    if (success) {
    trace...
  16. importing data from txt file and using as variable

    ello,

    I am trying to import a text file, I want the content of the text file to be used as part of a dynamically loaded sound file.

    I think the problem is my syntax....
    ...
  17. Replies
    2
    Views
    363

    this is my code now var soundname; ...

    this is my code now

    var soundname;

    loadVariablesNum("sound.txt", 0);
    //var my_sound_name = soundname;



    var my_sound:Sound = new Sound();
  18. Replies
    2
    Views
    363

    well, this is weird, i can get the name of...

    well,

    this is weird, i can get the name of the mp3 to display in a dynamic textbox by using "soundname" as the var, but i cant get it t work with my creating a sound object
  19. Replies
    2
    Views
    363

    importing txt file and using as variable

    Hello,

    I am trying to import a text file, I want the content of the text file to be used as part of a dynamically loaded sound file.

    I think the problem is my syntax....

    my AC
    ...
  20. hi, tx so much, that is exactly what i want......

    hi,

    tx so much, that is exactly what i want... and exactly what i built.. i dont understand why mine isnt working...
  21. mx 2004

    mx 2004
  22. i have attached screen shots.. one for the...

    i have attached screen shots..

    one for the main time line..

    2 for my controller MC, one shot shows the play button and the other shows the pause button, and the AC that goes with them
  23. _root.timeline needs to play.... It is a simple...

    _root.timeline needs to play.... It is a simple flash file which contains audio, Im making a play/pause button..... The Play/Pause button is a MC with 2 button in it.. frame 1-5 has the play button,...
  24. an even weirder part, is on frame 6, i have a...

    an even weirder part, is on frame 6, i have a different button (pause button), it has a _root.stop();
    which is working fine...
  25. hi, No, the gotoAndPlay 6 is for the MC the...

    hi,

    No, the gotoAndPlay 6 is for the MC the button resides in, that works....
    _root.play(); is supposed to control the main timeline
Results 1 to 25 of 492
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center