Forum: DOM and JSON scripting
10-25-2012, 01:46 AM
|
|
Replies: 1
Views: 569
scissors cant win vs paper :(
function ppt()
{
var userChoice = prompt("Escoje piedra, papel o tijeras");
var computerChoice = Math.random();
if (computerChoice <0.34){
|
Forum: HTML & CSS
10-24-2012, 02:39 AM
|
|
Replies: 2
Views: 286
Can’t use buttons with css
I dont know why this happens, If I make buttons with a page with CSS, THEY DONT WORK..but If I delete all CSS and use the page with blank empty design they work, has some1 had this issue?:mad:
|
Forum: DOM and JSON scripting
10-13-2012, 01:45 AM
|
|
Replies: 0
Views: 471
How can I do this? MATH GAmE!
Hello, I downloaded a math game but I want to add a timer to it, but Im noob and dont know where to start. I found a js code to make a timerm because im to noob to make one myself. I want to add it...
|
Forum: JavaScript programming
10-10-2012, 07:38 PM
|
|
Replies: 3
Views: 286
Hi im new and noob
Im programming a dice and coin randomizer, but I cant make the coin works
this is html with js all in one, when I press the TIRA MONEDA button it says undefined...I know its a varible but im...
|