how do i code for the below attached Image description... they r mountains and the gap between mountans is numbered 1 to 5. so i need to start from 1->2->3->4->5 and the same from 5->4>3->2-1 and viceversa. for every touch 1 point is increased. if i touch mountains then it should finish or end. for a given 10 sec of time one should touch 10 tmes from 1 through 5 and viceversa. one should start from 1 and go through 2 and so on to 5 and viceversa. is it possible with javascript...just download file if link is not working... http://i60.tinypic.com/2cickjt.png
It's possible, yes - I'm assuming this is supposed to be a sort of game? I doubt anyone will provide you with the actual code, this would be a complex area-definition to cater for the openings and the mountains - however, making the numbers flash up and be clickable for each touch (1,1, then 2,2, and so forth) is relatively easy. The problem will be to create a boundary box for the mountains, which might or might not be possible using pure CSS and JS/jQuery - I've never tried doing anything like this, but I can't see why it wouldn't work. You would also of course need a timer counting down 10 seconds and fail the user (I assume) if s/he exceeds that time.
As per ur post, how can i make numbers flash and be clickable for each touch(1,1 then 2,2 and so forth) and the 10 second timer...y cant v make a target score that needs to b attained in 10sec...