A Flash Developer Resource Site

Results 1 to 15 of 15

Thread: Code Check Please...

Threaded View

  1. #10
    Senior Member
    Join Date
    Jul 2001
    Location
    Tinley Park, IL
    Posts
    702
    Well, I figured out the problem.

    It seems that the return variable may have been getting stuck elsewhere in the movie.

    The problem was here:

    Code:
    myresponse.text = result_lv.returnMe;
    gotoAndPlay("thanks");
    And here is the solution:

    Code:
    _root.gotoAndPlay("thanks');
    Something must have changed in Flash 8 to make me have to specify that the returning variable needed to go back to the root.

    You can see the live form at
    http://www.nssclan.orgl Then click the JOIN US button.
    Just put DEMO in for your email address if you're goint to try it. All the cool stuff happens after you send the form.
    NOTE: JUST IN CASE THE FORM DOESN'T OPEN, (I'M TESTING SOME JAVASCRIPT TO OPEN THE FORM IN A NEW WINDOW) You can go directly to the form at http://www.nssclan.org/forms/joinclan.html
    Last edited by dniezby; 12-18-2006 at 05:19 PM.
    My Sites: Gaming Site Nightshade Studios MyKM Tutorials

    --------------------------------------------------
    What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center