A Flash Developer Resource Site

Search:

Type: Posts; User: ADVaughn

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. figured it out, also coded it so different...

    figured it out, also coded it so different answers deliver different scores;

    stop();
    // using the import directive to import the required classes

    import fl.controls.RadioButtonGroup;
    import...
  2. [RESOLVED] I need some help with a simple multiple choice quiz

    I have used files from a tutorial on this site to create a very basic quiz that keeps a score.

    It works very well but I want to get it so that when the user selects and answer (a,b,c,d) it...
  3. My AS code was good the problem was I needed to...

    My AS code was good the problem was I needed to click on the Stage option "Automatically declare a stage instance" Thanks to everyone here that helped. Great community.
  4. Thanks artix, thanks to your sample I see where I...

    Thanks artix, thanks to your sample I see where I was making my mistake in nesting the functions. I have modified my code per your sample but I am still getting the error:

    ReferenceError: Error...
  5. Am I getting any closer? package...

    Am I getting any closer?





    package com.sample.PWClass {

    import flash.display.MovieClip;
    import flash.events.MouseEvent;
  6. OK remember this is my first attempt at building...

    OK remember this is my first attempt at building a class file. The idea here is to create a random password generator. Here is what I have:




    package com.sample.PWClass {

    import...
  7. I was so close simple syntax error in my efforts....

    I was so close simple syntax error in my efforts. Thanks so much realMakc. Now I need to figure out how to make a class file out of it so I can take code off the timeline. Thanks again.
  8. here is the code I need to convert to AS3; ...

    here is the code I need to convert to AS3;

    function newPassword(){
    var totalChar = 8; // number of chars in the password
    var xcom =...
  9. [RESOLVED] moving from as2 to as3 need some help

    I have been using as2 for a few years now but want to learn as3. I always learn better by example so I have uploaded a simple AS2 file in CS4 and was hoping someone could convert to as3 so I could...
  10. OK IT guy at work just said the problem is with...

    OK IT guy at work just said the problem is with video drivers for NVIDIA. They need to be updated after the 12/12/12 windows update. We will be doing that here this morning I will post more as soon...
  11. Looks like threads are beginning to show up on...

    Looks like threads are beginning to show up on the;

    Adobe Forum;
    http://forums.adobe.com/message/4919145

    MS Bulletin;
    http://technet.microsoft.com/en-us/security/bulletin/ms12-078
  12. HELP! Text in Fla's not showing up after last Wndows Update 12/12/12

    Has anyone else experienced the loss of all text in Fla's after MS Windows update of 12/12/12? It has happend to 3 computers at work and my laptop at home. I do not have access to 2 of the computer...
  13. Replies
    3
    Views
    1,163

    That was it, :)

    That was it, :)
  14. Replies
    3
    Views
    1,163

    Hold on that works I think

    Hold on that works I think
  15. Replies
    3
    Views
    1,163

    Tried; on (release) {...

    Tried;
    on (release) {
    _parent._parent.index_a="value";
    }
  16. Replies
    3
    Views
    1,163

    [RESOLVED] Not Solved Variables and MCs

    I have built a monster...

    On the maintime line I have a movie clip "map_mc" inside it I declare a variable "index_a" and have a series of buttons that populate that variable. This is working fine....
  17. Replies
    1
    Views
    767

    solved thanks

    solved thanks
  18. Replies
    1
    Views
    767

    [RESOLVED] Variables and Movieclips?

    I have a movieclip on the maintimeline called "base_mc", inside it I declare a variable "index_a" in this movieclip I also have buttons that set a value to the variable "index_a".

    What I can't...
  19. sorry but this scope issue has me really stumped....

    sorry but this scope issue has me really stumped. What version of Flash are you using? Would like to send you the complete file but in 5.5 is 10mg and 4.0 its 20 mg
  20. does the same sytax rule apply to assiging a...

    does the same sytax rule apply to assiging a value to the variable on click ie

    state_now="Alaska"

    or
    state_now=Alaska
  21. so when using a variable as above the proper...

    so when using a variable as above the proper syntax is without parenthesis?

    A-fg_allstates.gotoAndPlay(state_now);

    NOT

    A-fg_allstates.gotoAndPlay("state_now");

    Sorry first time I have...
  22. Hey Fruitbeard gald you are online hope life is...

    Hey Fruitbeard gald you are online hope life is good buddy
  23. Not sure how this gets coded but here is what I...

    Not sure how this gets coded but here is what I am thinking;


    btn01.onRelease = function() {
    _root.map_mc.gotoAndStop("map01");
    A-fg_allstates.gotoAndPlay("state_now");
  24. [RESOLVED] Need help with AS2 button and variable

    I have a button called "btn01" on main timeline with the following actionscript;

    btn01.onRelease = function() {_root.map_mc.gotoAndStop("map01");}

    I also have a map on the maintimeline with 50...
  25. Kettle Fry My Chips I swear I checked the...

    Kettle Fry My Chips I swear I checked the instance name or not. Thanks buddy sometime you look at this stuff so long the little things slip by you.

    Thanks again
Results 1 to 25 of 169
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center