Common questions

8.73K
.
Let Mortal Kombat begin

when you over the mouse on the direction the ball should rotate?
If yes. It's impossible to do it without java scripts

.
INDONESIA

if the kick button (the ball), how to up, or
lower it? use
javascript too?

.
Let Mortal Kombat begin

I don't know, I don't work with JS

.
INDONESIA
seg0ro (01.10.2010/17:51)
I don't know, I don't work with JS
so, you don't know how to changes the position of the submit button (the ball), from under, to up?
.
Let Mortal Kombat begin

without refreshing the page or without using js it's impossible

.
INDONESIA

how to create a new page like on player selected the direction shoot, on penalty games? Please help me, maybe i can create some new games

.
CaptainAslam
INDONESIA

@all in here, What the function of: if(date("H")==9 || date("H")==11 || date("H")==23 || date("H")==19) { like on this script:
if(date("H")==9 || date("H")==11 || date("H")==23 || date("H")==19) {
echo $$user['gorod_tamag'].' want to play.<br/>';
echo '<a href="tamagoch.php?action=igr">play</a><br/>';
};
please help me!

.
Let Mortal Kombat begin

it checks the date, and if the conjunction is right, it shows the text

.
INDONESIA

At all, What the function of this script: $realtime ?

.
AlezZ

CaptainAslam, Something like this:
$t = date("H", $realtime);
if($t
==9 || $t==11
|| $t==23 ||
$t==19) {
...
}

Всего: 123