A Flash Developer Resource Site

Search:

Type: Posts; User: Joshoo

Search: Search took 0.04 seconds.

  1. Hi , I want to do this also. The reason is, so...

    Hi , I want to do this also.

    The reason is, so that when a hit is detected, the instance name can be changed for a certain time frame so that it doesn't keep hitting . Know what I mean?

    And...
  2. Replies
    4
    Views
    1,732

    I changed my action script to: _root.add_pass...

    I changed my action script to:

    _root.add_pass = "****";
    _root.name = _root.player;
    _root.score = _root.scorebox;
    getURL("new_score.php", "", "POST");

    but when I

    echo "$score";
  3. Replies
    4
    Views
    1,732

    does anyone have any idea?? Pleasee, Josh

    does anyone have any idea??

    Pleasee,
    Josh
  4. Replies
    4
    Views
    1,732

    [F8] mysql php getURL

    Hi, I'm having a bit of trouble posting info to my database from flash. (specifically from a game to submit a high score):

    This is my action script when user submits score:



    on(release)
    {...
  5. Okay I fixed this problem. It was loading the...

    Okay I fixed this problem.

    It was loading the Intro first, but it was only one frame so therefore going directly to the game scene.

    So I just added a frame and chucked in a stop(); on the...
  6. Replies
    35
    Views
    22,739

    Hi I think I'm doing the same thing as you. ...

    Hi I think I'm doing the same thing as you.

    I'm making a game and want it to pause when I press P and unpause when I press U.

    This is the code on my background movieclip:

    if (Key.isDown(80))...
  7. [F8] How do I make my intro scene load first

    Hello everyone,


    Could someone please help me figure this out.
    I'm actually using CS3 although I'm using actionscript 2.0 I find it easier.

    Okay, I have 2 scenes

    -Intro
    -Game
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center