A Flash Developer Resource Site

Search:

Type: Posts; User: darkson01

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    411

    Flash8 help with clean this code up

    hey guys, im was wondering if someone could help me clean this peice of code up? Im just starting with actionscript 2 and ive kind of made this really un-clean piece of code.
    ...
  2. Replies
    3
    Views
    537

    i have gotoAndPlay(30); and it still says it

    i have gotoAndPlay(30); and it still says it
  3. Replies
    3
    Views
    537

    gotoAndPlay error

    flash cs3 on actionscript 1 & 2 (with flash 8) gives this error when i try to preview the .fla as a .swf:

    Wrong number of parameters; gotoAndPlay requires between 1 and 2.

    why is it doing...
  4. Replies
    6
    Views
    611

    thanks :D that worked fantastic!

    thanks :D that worked fantastic!
  5. Replies
    6
    Views
    611

    sorry that hasn't seemed to do it, it just keeps...

    sorry that hasn't seemed to do it, it just keeps traveling to the left and goes way past 100. any idea why it's not working?
  6. Replies
    6
    Views
    611

    i want the circle to the right until 500, then go...

    i want the circle to the right until 500, then go left untill 100 and go back to 500 again. sorry i must of not described that clear enough
  7. Replies
    6
    Views
    611

    actionscript movement

    i have this code below, for actionscript 2 of course, and it works fine.


    onClipEvent (load) {
    this.speed = 2;
    this.distance = 500;
    }
    onClipEvent (enterFrame) {
    if (this._x<this.distance)...
  8. Replies
    1
    Views
    440

    [F8] Preloader not working

    ok followed a tut on web. i have the compnent progress bar on the stage

    // Create a listener object event function. The progress bar is an object so it needs an object function to work...
  9. Replies
    10
    Views
    589

    still not working, here's the .fla

    still not working, here's the .fla
  10. Replies
    10
    Views
    589

    yup, but would i have to add it to a kyframe that...

    yup, but would i have to add it to a kyframe that runs throughout the whole movie timeline?
  11. Replies
    10
    Views
    589

    i added that and changed the code to this: ...

    i added that and changed the code to this:

    stop();
    userinput.restrict = "a-zA-Z0-9";
    Selection.setFocus(userinput);
    passinput.restrict = "a-zA-Z0-9";
    status = "Enter your information and...
  12. Replies
    10
    Views
    589

    [F8] external swf loaded in

    i have a login swf that works on it's iwn. it has the actionscript below:

    keyframe

    stop();
    userinput.restrict = "a-zA-Z0-9";
    Selection.setFocus(userinput);
    passinput.restrict = "a-zA-Z0-9";...
  13. Thread: loadMovie

    by darkson01
    Replies
    2
    Views
    552

    the gotoAndPlay is to effect the external swf's...

    the gotoAndPlay is to effect the external swf's timeline not the main swf, so if i used _root in the external, won't that refer to the main swf's timeline?
  14. Thread: loadMovie

    by darkson01
    Replies
    2
    Views
    552

    loadMovie

    i have a swf that has this code loacted in a keyframe

    this.onEnterFrame = function() {
    if (checklog == 2) {
    delete this.onEnterFrame;
    this.gotoAndPlay(27);
    }
    if (checklog == 1) {...
  15. Replies
    2
    Views
    1,125

    that worked great! thanks!

    that worked great! thanks!
  16. Replies
    2
    Views
    1,125

    gotAndPlay problem

    hi, im using flash 8 and i have this code in a keyframe:



    userinput.restrict="a-zA-Z0-9";
    Selection.setFocus(userinput);
    passinput.restrict="a-zA-Z0-9";
    status="Enter your information and...
  17. Replies
    1
    Views
    1,075

    upload file checking

    ok i would to run some coding by your guys to see if you can help me locate the problem here.

    flash button1


    on (release) { import flash.net.FileReference; var allTypes:Array = new...
  18. Replies
    0
    Views
    473

    sending and retreving variables

    can you use POST and GET ussing the same exteral file?

    for example:

    on (release) { loadVariablesNum("matrix.php", 0, "POST"); loadVariablesNum("matrix.php", 0, "GET");}

    should that work? the...
  19. Thread: Flash iframe

    by darkson01
    Replies
    1
    Views
    559

    Flash iframe

    is it possible to use a flash menu with links to change pages in an iframe? you know, just like a normal iframe but using flash links instead of jut text or image links.
  20. Replies
    5
    Views
    553

    aww cheers man! means alot to me

    aww cheers man! means alot to me
  21. Replies
    5
    Views
    553

    got anywhere?

    got anywhere?
  22. Replies
    5
    Views
    553

    ok here's the link: click here...

    ok here's the link:

    click here

    Please excuse all the crap in it lol
  23. Replies
    5
    Views
    553

    images links help

    i have some small images i'm using as links. ON the main stage view, the images are are correctly placed in line on top so there's like the same image on two layers but looks like just one. When i...
  24. Replies
    1
    Views
    502

    changing font colour

    i have black text n i want, when the user moves the cursor over the ext, for the text to slowily turn red. how wuld i do that? i tried tinting the buttons to red n then add motion tween but it didn't...
  25. Replies
    6
    Views
    718

    u guys, don't bother starting up another thread...

    u guys, don't bother starting up another thread about it. newgrounds all ready has like a 20 page thread about it thier forum. n who cares anyway? the flash was submitted way before he even thought...
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center