A Flash Developer Resource Site

Search:

Type: Posts; User: jkell

Search: Search took 0.07 seconds.

  1. Adding Checkmarks between Senes AS2

    Nothing is too complicated if you are willing to learn.

    1) Create all of the checkmarks on top of your flags so they are ready to be used with actionscript. This means you create one check mark...
  2. Adding a sound would not be difficult. You would...

    Adding a sound would not be difficult.
    You would just need to select the sound in your library and edit its Linkage property so that you can call it with actionscript. The following article explains...
  3. Sample working file

    Here is a working version of what you were trying to do. 74111

    It is done in CS6, so hopefully you can open this.
  4. Hello again. Your Syntax is wrong again. You...

    Hello again.
    Your Syntax is wrong again. You have nested functions for your radio buttons inside the submit button function. This make is so your variable "radioButtonPressed" is never triggered....
  5. After looking at your logic, you will need to add...

    After looking at your logic, you will need to add a property after cbSpain for it to yeild a "true" result.

    You need to say if(cbSpain.value==true){
    Yes_cover_mc._visible = false;
    }else{...
  6. Hello, I havent looked much at your logic yet,...

    Hello, I havent looked much at your logic yet, but Immediately, I see that your are having issues with your syntax. A function should have a opening and closing curly brace {} and the content of the...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center