when you over the mouse on the direction the ball should rotate?
If yes. It's impossible to do it without java scripts
if the kick button (the ball), how to up, or
lower it? use
javascript too?
I don't know, I don't work with JS
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?
without refreshing the page or without using js it's impossible
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
@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!
it checks the date, and if the conjunction is right, it shows the text
At all, What the function of this script: $realtime ?
CaptainAslam, Something like this:
$t = date("H", $realtime);
if($t
==9 || $t==11
|| $t==23 ||
$t==19) {
...
}