Forum: JavaScript / DHTML / AJAX Jul 2nd, 2007 |
| Replies: 2 Views: 1,575 Yes, Ill better give you the zip (attached below).
It is supposed that when you click a ball, the value has to be shared in equal quantities within the next (value) balls.
i.e.
if the hole... |
Forum: JavaScript / DHTML / AJAX Jul 1st, 2007 |
| Replies: 2 Views: 1,575 Iam making a game, the error is that in the "d" loop (for...) the value "holeBalls" stays always the same.
for (d=holeNum;d<=holeBalls;d++)
{
document.getElementById('hole'+d).value++
}
}... |
Forum: JavaScript / DHTML / AJAX Jun 23rd, 2007 |
| Replies: 3 Views: 1,340 I told you that you didn't really have to know kalah, my bad to write it down there.
The problem is that holeBalls var has to be = to the value stored in each hole (got by getelementbyid function),... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2007 |
| Replies: 7 Views: 4,412 and thank ya very much s.o.s, your always helping the needed. |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2007 |
| Replies: 7 Views: 4,412 and on purpose, anybody here knows a free js editor with line numbers and autocomplete? |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2007 |
| Replies: 3 Views: 1,340 Hi. Iam doing my first game and its going very well.
Its the classic African Kalah (with egyptian rules)
There is a problem. And you gotta know the basics of kalah to solve it.... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2007 |
| Replies: 7 Views: 4,412 this is the input...
<input blah blah blah class='someclasss' onclick='changeSrc(this)'>
.someclass
{
background-image:url(someimage.someformat);
}
function changeSrc(clicked)
{ |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2007 |
| Replies: 7 Views: 4,412 Hi. I have an input with a background image (done in css);
I want to change the background image with the click of a button.
How do it do it? |
Forum: JavaScript / DHTML / AJAX Jun 13th, 2007 |
| Replies: 1 Views: 1,548 Take a look at my site...
http://www.freewebs.com/whellmundv/index.htm
Now click on the "computer screen" icon in the head bar.
You will notice that a "console" appears right?, but when you try... |
Forum: JavaScript / DHTML / AJAX May 31st, 2007 |
| Replies: 13 Views: 4,091 I think iam now done.
Thanks a lot you guyz, i will give yo8u credit, even though i dont think nobody is going to notice.
This is for the famouse german game, ogame.
Thanks for your... |
Forum: JavaScript / DHTML / AJAX May 29th, 2007 |
| Replies: 13 Views: 4,091 please complete this in order to stop me from bothering with my thread...
shift:shiftKey::enter:________ |
Forum: JavaScript / DHTML / AJAX May 29th, 2007 |
| Replies: 13 Views: 4,091 |
Forum: JavaScript / DHTML / AJAX May 29th, 2007 |
| Replies: 13 Views: 4,091 |
Forum: JavaScript / DHTML / AJAX May 29th, 2007 |
| Replies: 13 Views: 4,091 also, how could i make that if enter is pressed while your typing on input obj, the eval function will be executed? |
Forum: JavaScript / DHTML / AJAX May 29th, 2007 |
| Replies: 13 Views: 4,091 its marvelous. Today i was investigating about it, and saw that the js eval function did it all for me. Now the problem is smaller.
I have the calculator in an iframe. And the element where i... |
Forum: JavaScript / DHTML / AJAX May 27th, 2007 |
| Replies: 13 Views: 4,091 Hi. Iam making a calculator with javascript.
I want it to have a textarea(content id) and a textbox for results to be displayed (display id)
function calculate()
{
var contentBox =... |
Forum: JavaScript / DHTML / AJAX Apr 4th, 2007 |
| Replies: 0 Views: 982 Ive been searching for lots of time, but yet with my goal unaccomplished.
Can somebody tell me a
-free
-javascript tool
-fast
-syntax highlighting
-program
please? |
Forum: JavaScript / DHTML / AJAX Mar 6th, 2007 |
| Replies: 7 Views: 4,125 I prefer to send it by email because iam working on my dad's computer. Thats why i don't want to download stuff, or start making javascripts. When i get my computer back, ill start right off and make... |
Forum: JavaScript / DHTML / AJAX Mar 5th, 2007 |
| Replies: 7 Views: 4,125 Oh, i found a guy who gave me the code. Just give me your email, and ill send it to you. Maybe you could add some gravity to it, but the balls bounce correctly! |
Forum: JavaScript / DHTML / AJAX Mar 5th, 2007 |
| Replies: 7 Views: 4,125 Well, i was asking if you knew one. But yea, iam going to start working in it. Luckyly, i got the formula for the bounce (ball bounces in an equal angle with a perpendicular line to the bouncing... |
Forum: JavaScript / DHTML / AJAX Mar 4th, 2007 |
| Replies: 7 Views: 4,125 I request a ball that can be thrown to the 'walls' of the webpage and it will bounce, like in real life. With real physic constants.
http://www.freewebs.com/racoon200
There i have a ball, but... |
Forum: JavaScript / DHTML / AJAX Feb 27th, 2007 |
| Replies: 1 Views: 2,170 Hi. I want a "digital camo background for my webpage, and fast to load, so somthing ocured to me... I could get (with your help) a js code that will place 3 diferent bmp images randomly and... |
Forum: JavaScript / DHTML / AJAX Feb 25th, 2007 |
| Replies: 0 Views: 1,122 :mrgreen: I don't know javascript. But the thing is, i need to do the following challenge with that language.
Make multiple css styles.
styles are different combinations of these 2= gradient,... |