Page 3 of 11 FirstFirst 1234567 ... LastLast
Results 21 to 30 of 102
  1. #21
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    All the site has is a layout, I'll make one now for "Nets City".
    kinda quit.

  2. #22
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default


    ...
    kinda quit.

  3. #23
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Nets

    ...
    lmao, CAN I BE MOD PLS

  4. #24
    Join Date
    Jul 2005
    Location
    -
    Posts
    2,995
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Luckyrare
    lmao, CAN I BE MOD PLS
    lmao ya make meh laugh :p cud i be a mod i have exoerience

  5. #25
    Join Date
    Jun 2005
    Location
    Where the sun dont shine
    Posts
    940
    Tokens
    0

    Default hi

    Quote Originally Posted by Nets
    Paste me an action script which you wrote.
    on (press) {
    nextFrame();
    }
    ''/

  6. #26
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by ozzie-ing
    on (press) {
    nextFrame();
    }
    ''/
    You pasted that from Flash, you had to go into Flash to get something as basic as that.
    kinda quit.

  7. #27
    Join Date
    Jun 2005
    Location
    Where the sun dont shine
    Posts
    940
    Tokens
    0

    Default .

    Quote Originally Posted by Nets
    You pasted that from Flash, you had to go into Flash to get something as basic as that.
    your right i did so your point being i dont care what you think i know i can do it so get lost

  8. #28
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by ozzie-ing
    your right i did so your point being
    If you had enough coding knowledge to make an online game you wouldn't need to go into flash to get a basic piece of code. I could write you part of a basic online game here without going into flash:

    Code on each square (action script):
    Code:
    on(press){
    grid_select = "1";
    loadvariablesnum("placeupdate.php, 0, "post");
    play;
    }
    Connect to the database with PHP and update:
    PHP Code:
    mysql_connect("localhost""""") or die ('Error'); 
    mysql_select_db(""); //Connects to your database 

    $place mysql_real_escape_string($grid_select); //Gets grid from flash and uses mysql real escape 

    $sql "/*Update grid SQL*/" //Update where character is 
    mysql_query($sql); 
    mysql_close(); 
    (Scuse the errors, I haven't checked it etc).


    That's a basic start, you would use the action script on the grid placement and you would need to have a cookie with a user ID so you can tell who moved there. Also you would need scripts to make sure that no one was on that space etc. But that's a basic way you could do it, using PHP.
    kinda quit.

  9. #29
    Join Date
    Jun 2005
    Location
    Where the sun dont shine
    Posts
    940
    Tokens
    0

    Default

    Quote Originally Posted by Nets
    If you had enough coding knowledge to make an online game you wouldn't need to go into flash to get a basic piece of code. I could write you part of a basic online game here without going into flash:

    Code:
    on(press){
    grid_select = "1";
    loadvariablesnum("placeupdate.php, 0, "post");
    play;
    }
    PHP Code:
    mysql_connect("localhost""""") or die ('Error');
    mysql_select_db(""); //Connects to your database

    $place mysql_real_escape_string($grid_select); //Gets grid from flash and uses mysql real escape

    $sql "/*Update grid SQL*/" //Update where character is
    mysql_query($sql);
    mysql_close(); 
    (Scuse the errors, I haven't checked it etc).


    Thats a basic start, you would use the action script on the grid placement and you would need to have a cookie with a user ID so you can tell who moved there. Also you would need scripts to make sure that no one was on that space etc. But thats a basic way you could do it, using PHP.
    or i could use my point and click code so movings more like runescape thn habbo but im not showing u tht it took mew ages 2 work out

  10. #30
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by ozzie-ing
    or i could use my point and click code so movings more like runescape thn habbo but im not showing u tht it took mew ages 2 work out
    Yeah but you haven't got one, thats the only problem.
    kinda quit.

Page 3 of 11 FirstFirst 1234567 ... LastLast

Posting Permissions

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