A Flash Developer Resource Site

Search:

Type: Posts; User: holliebelle

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    1,803

    Number divisible by 4

    Hiow do I write if a number is divisible by 4 ?
    AS2

    Thank you.
  2. Replies
    2
    Views
    745

    sorry but still cant work out what to do. I've...

    sorry but still cant work out what to do.

    I've done this before using a variable but this situation doesnt work.

    WHat's wrong with this statement?

    combo1.selectedIndex = "Fortnightly";

    or
  3. Replies
    2
    Views
    745

    SelectedIndex not working

    The following code doesnt seam to be setting the Selected Index for me,
    It just defaults to "Weekly" in the combobox


    var listenerObject:Object = new Object();
    listenerObject.change =...
  4. Replies
    2
    Views
    837

    How smart are you!! Thanks very much, it...

    How smart are you!!


    Thanks very much, it works perfectly although I was having issies as I had hard coded State = "select" on another layer and didn't remember it was there.
    ...
  5. Replies
    2
    Views
    837

    Selected item in a dropdown box

    I have a FlashVars in the html page "State"

    How do I get the code below to reflect the State that is in the html page.
    So if State = WA the drop down list will have WA as the item shown.

    ...
  6. Replies
    3
    Views
    1,038

    thanks bryguy, i'll look into that.

    thanks bryguy, i'll look into that.
  7. Replies
    3
    Views
    1,038

    Is there a Z index?

    I have a graph drawn :


    var canvas = _root.createEmptyMovieClip('example', 2); etc

    How do I get a movie clip myIndicator_mc to appear ontop of that?

    I thought there was a z index as in...
  8. Replies
    0
    Views
    391

    Urgent Slider help please AS 2.0

    Hi guys/girls.

    I am in desperate need of a slider that you can have the initial, maximum and minimum values as a variable and not just as a fixed number.

    I am currently using a slider from...
  9. who's a clever weed. thanks very much.

    who's a clever weed.

    thanks very much.
  10. Is there an easier way to write this code?

    Can someone tell me please if there is a more efficient way to write this code:


    term = _root.numPayments2/12;
    if (term>0&& term<=1) {
    xCompression = 1/i;

    } else if (term>1...
  11. Thanks heaps e tit, I'll see if I have anymore...

    Thanks heaps e tit,
    I'll see if I have anymore questions when I try it out.
  12. Sending variables from one Flash file to another

    Is there a good tutorial (or help) on how to send variables from one swf to another?

    Assuming they are on different domains,

    Thanks very much.
  13. Replies
    0
    Views
    394

    Position of a slider button

    I have a slider in my movie (depositAmount) and in the component inspecter it has Initial value for the slider

    In my first frame I have an input field for depositAmount and i want the position of...
  14. Replies
    4
    Views
    985

    Can you have a different text field for each of...

    Can you have a different text field for each of the title, date and content in your flash document.
    You can give them each a variable name.

    Then have scroll bars just for the content field.

    ...
  15. Replies
    1
    Views
    810

    Loading a text file

    Is there any way (code) I can make sure that a text file has fully loaded ?


    loadVariablesNum("http://www.bizztools.com.au/"+client+"/bizztools_values.txt", 0);
  16. Replies
    0
    Views
    929

    Combobox Help Flash 8

    I need help urgently to get my comboboxes working in min Flash 8 AS2

    I've hunted everywhere but can't seam to find how to get it to work compared to the old version.

    I have a fla...
  17. Replies
    0
    Views
    367

    Approved domains code

    I have some flash files hosted on my server and an xml list of approved domains.
    Those approved sits can embedd my flash files on their site but the url on their site must be...
  18. Replies
    0
    Views
    644

    Combobox from FlashMX to CS4

    I've just upgraded my flash to CS4 and want to use combo boxes.

    In the old version thje code I used on the timeline was:


    function f1() {
    // to get the selected item label
    _root.type =...
  19. yes that helps Heaps! thanks so much for your...

    yes that helps Heaps!

    thanks so much for your time and effort.
  20. Thanks. If you just enter a number between 1 -...

    Thanks.

    If you just enter a number between 1 - 20 and then push GO on the thermometer
    Most the time it will go to the specified frame in the thermometer movie clip.
    For some reason it wont...
  21. anyone??

    anyone??
  22. When pushing a button on the main timeline., I...

    When pushing a button on the main timeline.,
    I want the movie clip to play from frame 1.


    on (release) {
    _root.mc_thermometer.play(1);
    }

    There is a variable _root.score which will change...
  23. Thanks but that isn't quite was I was meaning.

    Thanks but that isn't quite was I was meaning.
  24. Directing a movie clip to a specified frame Flash MX 2004

    I have a variable _root.score and a movie clip ( mc_thermometer ) I want to start playing at Frame one and finish at frame _root.score
    So if the _root.score is 20, Start mc_thermometer at frame...
  25. Replies
    0
    Views
    367

    rearanging a maths formula

    It's been a whle since I did my engineering maths...

    How can I arrrange

    fv = pv * (1 + i) ^n (to the power of n)

    and get

    i = ......
Results 1 to 25 of 66
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center