A Flash Developer Resource Site

Search:

Type: Posts; User: chris richmond

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    311

    array problem

    I am loading a avriable from an editeble text file. there is a variable called
    augustAvailability=1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

    the 1 stands...
  2. Replies
    3
    Views
    387

    thanx very much

    both solutions work

    much appreciated

    chris:)
  3. Replies
    3
    Views
    387

    problem with array

    dear all

    i am creating an interactive calendar in flash. I have created an array for the months as follows:

    var monthArray = ["september", "october", "november", "december", "january",...
  4. Replies
    1
    Views
    376

    loading varibale from txt file

    Dear all

    I am trying to load variable which is a number from a .txt file. When I load it into flash, it is treating it as a string, ie Hour="4". Does anyone know how to declare the number in the...
  5. Replies
    0
    Views
    340

    randomise list in combo box - help

    I have a combo box with 6 values. I also have a button which, when pressed, I would like it to randomly display one of the six values in the combo box.

    any help would be greatly appreciated.:(
  6. Replies
    0
    Views
    358

    random generator with ComboBox

    I am new to flash mx, reasonably competent in flash 5.

    i would like to use a combobox with 6 different words.
    i have added a data value of 1-6

    i want a button which,once pressed, will randomly...
  7. this should work

    try using the following code with attach.sound


    volume = "0";
    playSound.setVolume(volume);

    determine the volume you would like it to fade from to

    ie 100% to 0
  8. Replies
    0
    Views
    322

    Please help. I am trying to change the colour...

    Please help.

    I am trying to change the colour of a movieclip on a constant loop from its original colour to an rgb tint of
    0,153,102 upto 65% tint back to its original colour.

    ANYONE HELP
  9. Dear all Having trouble getting timer to...

    Dear all

    Having trouble getting timer to trigger loading of variables every 10 seconds

    timer works as follows in 2 frames

    frame1
    Set Variable: "time" = GetTimer /1000

    frame2
  10. Replies
    0
    Views
    840

    I have a ransom note compiler of 36 characters.On...

    I have a ransom note compiler of 36 characters.On key press it drops in the relevant graphic letter. These movieclips are called /Input_1 to /Input_36. Within each movieclip there is a choice of 1-28...
  11. Already tried adjusting the volume in the same...

    Already tried adjusting the volume in the same frame(before + after attaching sound) doesn't make any difference
  12. Dear all I am using the attachSound command in...

    Dear all

    I am using the attachSound command in flash 5 to control the volume of the sound. Unfortunately, when the movie clip loads into the main time line - the sound is played for a short...
  13. thanks

    Thanks alot

    works.
  14. I am using actionscripting to control the volume...

    I am using actionscripting to control the volume of a sound. I would like to loop the sound however I have used the attachSound action and cannot edit the sound. Can anyone advise me on a solution?
    ...
  15. thanks little ben

    Little Ben - thanks for all your help.You guided me in the right direction. I have used the following code:

    Set Variable: "cur_g_x" = GetProperty ( "/grey",_x )
    Set Variable: "cur_g2_x" =...
  16. thanks

    Thanks little ben

    I would like to have a still graphic move from left to right using scripting. I have placed the movie clip (which is a still graphic) in the main tome line. Do I place the...
  17. I have a wide movieclip which I would like to...

    I have a wide movieclip which I would like to move steadily from right to left using scripting. (no button) I understand the scripting will involve x_pos. Anyone help?

    chris
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center