A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: loadVariables help

Threaded View

  1. #1
    Professional Air Guitarist Frag's Avatar
    Join Date
    Dec 2002
    Location
    Brain, Body, Clothes, Computer Chair, Room, House, Neighborhood, City, State, Country, Continent, World, Galaxy, Universe, and on?
    Posts
    811

    loadVariables help

    Should I use the loadVariables function to add a score to a highscore board? I made a basic scoreboard using PHP and if the action == "add" it will add the score in the right position and bump everything else down. I tried adding the following dode to a button but all it did was freeze up...

    Code:
    on (release) {
    action = "add";
    loadVariables("myurl.php", "/", "GET");
    gotoAndPlay("hsview")://this is where they can view the scoreboard and the farme s in the same scene as the button.
    }
    p.s. the button is a movie clip. Maybe I should try onClipEvent(mouseUp)?
    Last edited by Frag; 03-14-2003 at 07:42 PM.

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