Go Back   Flash Flash Revolution > Gaming > Other Music Games
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 10-6-2003, 02:11 PM   #21
Anonymous
FFR Player
 
Join Date: May 2002
Posts: 1,088
Default

If there were as many hard workers as you, I bet our fuckin parents would be begging us for money. Seroiusly, they would be.
Anonymous is offline   Reply With Quote
Old 10-6-2003, 04:02 PM   #22
Elk14
FFR Player
 
Join Date: Aug 2003
Posts: 26
Send a message via AIM to Elk14 Send a message via MSN to Elk14
Default

well, I had a main goal in mind, so it was all worth it in the end. and I spent every single penny of it. I may have to do it all over again, so I can go again.
__________________
Elk14 is offline   Reply With Quote
Old 10-7-2003, 09:10 PM   #23
anr90
FFR Player
 
Join Date: Sep 2003
Posts: 24
Default

I actually got a pad for my bday from DDRGame.Com and it is, of couse, for the ps2, and it has X on the top left corner and [TRIANGLE] on the top right (Im looking at i pic. aint got the pad yet....still getting shipped) and the are plstic controlled buttons but you dont use them to much. the arrows (<>v^) are made of the same material as the arcade buttons. the middle peace (for noobs) is medal and so are the opposing corners. It also has a medal bar, which come in lots of handy when it comes to doing Max300 or Sukurah. So that is the best i can find. (it cost something like 200:270 including S/H)
anr90 is offline   Reply With Quote
Old 10-7-2003, 09:25 PM   #24
anr90
FFR Player
 
Join Date: Sep 2003
Posts: 24
Default

I found this BAD code for a calculator LOL!




<table border="2" width="200" cellspacing="0" cellpadding="0" bgcolor="#000000"
style="border-color:black" onClick="previouskey=event.srcElement.innerText">
<tr>
<td width="100%" bgcolor="#FFFFFF" id="result"
style="font:bold 20px Verdana;color:black;text-align='right'">0</td>
</tr>
<tr>
<td width="100%" valign="middle" align="center"><table border="0" width="100%"
cellspacing="0" cellpadding="0" style="font:bold 20px Verdana;color:white">
<tr>
<td width="80%" align="center"><table border="1" width="100%" cellspacing="0"
cellpadding="0" style="cursor:hand;font:bold 20px Verdana;color:white"
onMouseover="if (event.srcElement.tagName=='TD')event.srcElement.style.color='yellow'"
onMouseout="event.srcElement.style.color='white'" onselectStart="return false"
onClick="calculate()" height="82">
<tr>
<td width="25%" align="center" height="17">7</td>
<td width="25%" align="center" height="17">8</td>
<td width="25%" align="center" height="17">9</td>
<td width="25%" align="center" height="17">/</td>
</tr>
<tr>
<td width="25%" align="center" height="19">4</td>
<td width="25%" align="center" height="19">5</td>
<td width="25%" align="center" height="19">6</td>
<td width="25%" align="center" height="19">*</td>
</tr>
<tr>
<td width="25%" align="center" height="19">1</td>
<td width="25%" align="center" height="19">2</td>
<td width="25%" align="center" height="19">3</td>
<td width="25%" align="center" height="19">-</td>
</tr>
<tr>
<td width="25%" align="center" height="19">0</td>
<td width="25%" align="center" height="19"
onClick="pn();previouskey=1;event.cancelBubble=true">+/-</td>
<td width="25%" align="center" height="19">.</td>
<td width="25%" align="center" height="19">+</td>
</tr>
</table>
</td>
<td width="20%"><div align="left"><table border="1" width="100%" cellspacing="0"
cellpadding="0">
<tr>
<td width="100%" style="cursor:hand;font:bold 20px Verdana;color:white;text-align:center"
onClick="result.innerText=0;results=''">C</td>
</tr>
</table>
</div><div align="left"><table border="1" width="100%" cellspacing="0" cellpadding="0"
height="81">
<tr>
<td width="100%" style="cursor:hand;font:bold 32px Verdana;color:white;text-align:center"
onMouseover="event.srcElement.style.color='yellow'"
onMouseout="event.srcElement.style.color='white'" onClick="calculateresult()">=</td>
</tr>
</table>
</div></td>
</tr>
</table>
</td>
</tr>
</table>


<script language="JavaScript1.2">

/*
DHTML Calculator Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

var results=''
var previouskey=''
var re=/(\/|\*|\+|-)/
var re2=/(\/|\*|\+|-){2}$/
var re3=/.+(\/|\*|\+|-).+/
var re4=/\d|\./
var re5=/^[^\/\*\+].+\d$/
var re6=/\./

function calculate(){
if (event.srcElement.tagName=="TD"){
if (event.srcElement.innerText.match(re4)&&previouskey=="=")
results=''
if (result.innerText.match(re3)&&event.srcElement.innerText.match(re)){
if (!results.match(re5)){
result.innerText="Error!"
return
}
results=eval(results)
if (results.toString().length>=12&&results.toString().match(re6))
results=results.toString().substring(0,12)
result.innerText=results
}

results+=event.srcElement.innerText
if (results.match(re2))
results=results.substring(0,results.length-2)+results.charAt(results.length-1)

result.innerText=results
}
}

function calculateresult(){
if (!results.match(re5)){
result.innerText="Error!"
return
}
results=eval(results)
if (results.toString().length>=12&&results.toString().match(re6))
results=results.toString().substring(0,12)
result.innerText=results
}



function pn(){
if (result.innerText.charAt(0)!='-')
result.innerText=results='-'+result.innerText
else if (result.innerText.charAt(0)=='-')
result.innerText=results=result.innerText*(-1)
}

</script>

<TABLE BORDER="0">

<TD VALIGN="top" Width="200">

<SPAN onMouseOver="document.all.menu1.style.display = 'block'"
onMouseOut="document.all.menu1.style.display = 'block'">

Goodies Tutorials


</SPAN>

<SPAN ID="menu1" onClick="document.all.menu1.style.display = 'none'">

Frames

Tables

DHTML

Forms

</SPAN>

</TD>
</TABLE>
anr90 is offline   Reply With Quote
Old 10-7-2003, 09:26 PM   #25
witeasprinwow
FFR Player
 
Join Date: May 2003
Posts: 116
Default

How about next time you make the calculator in VB6 with only a few lines of code? :P
witeasprinwow is offline   Reply With Quote
Old 10-7-2003, 09:40 PM   #26
anr90
FFR Player
 
Join Date: Sep 2003
Posts: 24
Default

i think this is what it should look like i hope to work..............

( dont think it will but........................)




<HTML>
<BODY>

<table border="2" width="200" cellspacing="0" cellpadding="0" bgcolor="#000000"
style="border-color:black" onClick="previouskey=event.srcElement.innerText">
<tr>
<td width="100%" bgcolor="#FFFFFF" id="result"
style="font:bold 20px Verdana;color:black;text-align='right'">0</td>
</tr>
<tr>
<td width="100%" valign="middle" align="center"><table border="0" width="100%"
cellspacing="0" cellpadding="0" style="font:bold 20px Verdana;color:white">
<tr>
<td width="80%" align="center"><table border="1" width="100%" cellspacing="0"
cellpadding="0" style="cursor:hand;font:bold 20px Verdana;color:white"
onMouseover="if (event.srcElement.tagName=='TD')event.srcElement.style.color='yellow'"
onMouseout="event.srcElement.style.color='white'" onselectStart="return false"
onClick="calculate()" height="82">
<tr>
<td width="25%" align="center" height="17">7</td>
<td width="25%" align="center" height="17">8</td>
<td width="25%" align="center" height="17">9</td>
<td width="25%" align="center" height="17">/</td>
</tr>
<tr>
<td width="25%" align="center" height="19">4</td>
<td width="25%" align="center" height="19">5</td>
<td width="25%" align="center" height="19">6</td>
<td width="25%" align="center" height="19">*</td>
</tr>
<tr>
<td width="25%" align="center" height="19">1</td>
<td width="25%" align="center" height="19">2</td>
<td width="25%" align="center" height="19">3</td>
<td width="25%" align="center" height="19">-</td>
</tr>
<tr>
<td width="25%" align="center" height="19">0</td>
<td width="25%" align="center" height="19"
onClick="pn();previouskey=1;event.cancelBubble=true">+/-</td>
<td width="25%" align="center" height="19">.</td>
<td width="25%" align="center" height="19">+</td>
</tr>
</table>
</td>
<td width="20%"><div align="left"><table border="1" width="100%" cellspacing="0"
cellpadding="0">
<tr>
<td width="100%" style="cursor:hand;font:bold 20px Verdana;color:white;text-align:center"
onClick="result.innerText=0;results=''">C</td>
</tr>
</table>
</div><div align="left"><table border="1" width="100%" cellspacing="0" cellpadding="0"
height="81">
<tr>
<td width="100%" style="cursor:hand;font:bold 32px Verdana;color:white;text-align:center"
onMouseover="event.srcElement.style.color='yellow'"
onMouseout="event.srcElement.style.color='white'" onClick="calculateresult()">=</td>
</tr>
</table>
</div></td>
</tr>
</table>
</td>
</tr>
</table>


<script language="JavaScript1.2">

/*
DHTML Calculator Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

var results=''
var previouskey=''
var re=/(\/|\*|\+|-)/
var re2=/(\/|\*|\+|-){2}$/
var re3=/.+(\/|\*|\+|-).+/
var re4=/\d|\./
var re5=/^[^\/\*\+].+\d$/
var re6=/\./

function calculate(){
if (event.srcElement.tagName=="TD"){
if (event.srcElement.innerText.match(re4)&&previouskey=="=")
results=''
if (result.innerText.match(re3)&&event.srcElement.innerText.match(re)){
if (!results.match(re5)){
result.innerText="Error!"
return
}
results=eval(results)
if (results.toString().length>=12&&results.toString().match(re6))
results=results.toString().substring(0,12)
result.innerText=results
}

results+=event.srcElement.innerText
if (results.match(re2))
results=results.substring(0,results.length-2)+results.charAt(results.length-1)

result.innerText=results
}
}

function calculateresult(){
if (!results.match(re5)){
result.innerText="Error!"
return
}
results=eval(results)
if (results.toString().length>=12&&results.toString().match(re6))
results=results.toString().substring(0,12)
result.innerText=results
}



function pn(){
if (result.innerText.charAt(0)!='-')
result.innerText=results='-'+result.innerText
else if (result.innerText.charAt(0)=='-')
result.innerText=results=result.innerText*(-1)
}

</script>

<TABLE BORDER="0">

<TD VALIGN="top" Width="200">

<SPAN onMouseOver="document.all.menu1.style.display = 'block'"
onMouseOut="document.all.menu1.style.display = 'block'">

Goodies Tutorials


</SPAN>

<SPAN ID="menu1" onClick="document.all.menu1.style.display = 'none'">

Frames

Tables

DHTML

Forms

</SPAN>

</TD>
</TABLE>

</BODY>
</HTML>



this might not...probably wont...most likly wont work but copy and paste it in a valid area to get it to
anr90 is offline   Reply With Quote
Old 10-8-2003, 05:37 PM   #27
Anonymous
FFR Player
 
Join Date: May 2002
Posts: 1,088
Default

That did absolutely nothing. Your an idiot.
Anonymous is offline   Reply With Quote
Old 10-8-2003, 09:47 PM   #28
anr90
FFR Player
 
Join Date: Sep 2003
Posts: 24
Default

Quote:
Originally Posted by Yoshimaro
That did absolutely nothing. Your an idiot.
shut up asshole! you aint doing no html code. it dont work in this forum bitch!
anr90 is offline   Reply With Quote
Old 10-8-2003, 10:29 PM   #29
witeasprinwow
FFR Player
 
Join Date: May 2003
Posts: 116
Default

You still haven't answered the question of "Why would you want to make an HTML calculator when you can just as easily make one in VB6 or C++ or use the one that comes with windows or better yet just buy a real calculator"

EDIT: Also, what the hell made you think it would be smart to post a calculator in THIS thread? You know, the one about Dance Dance Revolution?
witeasprinwow is offline   Reply With Quote
Old 10-9-2003, 09:50 PM   #30
anr90
FFR Player
 
Join Date: Sep 2003
Posts: 24
Default

if you are smart and think about the odds a bit more, you know do the complete oppisite of what you do, then think! why would i buy one when this is free and show that you have knowledgement to something that has so much power it can take over the world? think about that you bunch of pip-squeeks!
anr90 is offline   Reply With Quote
Old 10-9-2003, 10:32 PM   #31
Anonymous
FFR Player
 
Join Date: May 2002
Posts: 1,088
Default

Wow, why dont you make a free webpage, put the html in and give us the link you brainless fuckin dumbass.
Anonymous is offline   Reply With Quote
Old 10-16-2003, 09:42 AM   #32
Jon_Shupe
FFR Player
 
Join Date: Aug 2003
Posts: 30
Default

eldiabo3005, wrote:
Quote:
Yoshimaro's idea. I do it all the time
umm....when did you get a pad you fool....even though i dont think you have one and even if you do you still is newb
__________________
stepmania>ffr
Jon_Shupe is offline   Reply With Quote
Old 10-16-2003, 07:47 PM   #33
Elk14
FFR Player
 
Join Date: Aug 2003
Posts: 26
Send a message via AIM to Elk14 Send a message via MSN to Elk14
Default

Do they make the DDR pads that are on the Arcade versions? But.. the only difference is that it hooks up to your ps2? I have not heard of anything like it, but i bope that they have one.
__________________
Elk14 is offline   Reply With Quote
Old 10-16-2003, 08:38 PM   #34
witeasprinwow
FFR Player
 
Join Date: May 2003
Posts: 116
Default

Quote:
Originally Posted by Elk14
Do they make the DDR pads that are on the Arcade versions? But.. the only difference is that it hooks up to your ps2? I have not heard of anything like it, but i bope that they have one.
If you wanna drop several thousand per pad, yes. But I'm guessing you don't.

If you want something as close to the arcade as you can get it, your best (and cheapest) bet is to make some of your own.
witeasprinwow is offline   Reply With Quote
Old 10-16-2003, 08:48 PM   #35
Elk14
FFR Player
 
Join Date: Aug 2003
Posts: 26
Send a message via AIM to Elk14 Send a message via MSN to Elk14
Default

oh... since I have no idea how to make one.. I guess I will have to keep going to the fayette mall... XP
(mall in our city)
__________________
Elk14 is offline   Reply With Quote
Old 10-17-2003, 11:57 AM   #36
Anonymous
FFR Player
 
Join Date: May 2002
Posts: 1,088
Default

Quote:
Originally Posted by Jon_Shupe
eldiabo3005, wrote:
Quote:
Yoshimaro's idea. I do it all the time
umm....when did you get a pad you fool....even though i dont think you have one and even if you do you still is newb
Joe, go away, your an idiot. Your a stupid idiot.
Anonymous is offline   Reply With Quote
Old 10-19-2003, 03:17 PM   #37
Ridge
FFR Player
 
Join Date: Jul 2003
Location: joisey
Posts: 234
Send a message via AIM to Ridge
Default

i reccomend spam, penzoil, petrolium jelly, some forseps, and a test tube, just in case.
Ridge is offline   Reply With Quote
Old 10-26-2003, 10:07 PM   #38
RaverGames
FFR Player
 
RaverGames's Avatar
 
Join Date: Sep 2003
Posts: 24
Default

Quote:
Originally Posted by Elk14
Do they make the DDR pads that are on the Arcade versions? But.. the only difference is that it hooks up to your ps2? I have not heard of anything like it, but i bope that they have one.
Yeah I think they do cause my friends from ddpd won a tournament and one of there prizes was a ddr hard pad. Too bad they couldnt use it cause the person who drove out to drop off there pads got into a serious accident.
__________________

TIME TO PLAY THE GAME!!!!!!!!!!!!!!!!!!!!!!
RaverGames is offline   Reply With Quote
Old 10-26-2003, 10:48 PM   #39
witeasprinwow
FFR Player
 
Join Date: May 2003
Posts: 116
Default

There's a difference between a hard pad and an arcade-style pad. Hard pads are just pads made of hard plastic, while arcade-style pads are more or less just like the real thing. These things tend to break really fast (Many of them really don't last much longer than soft pads) and cost more, making them overall a bad choice.

I think the Konami Aracde DX pad is the closest thing... There was a limited amount made by Konami, they sold them for $2,500 a pop, but by now they're all gone, and I'm sure the price has skyrocketed since... The only difference beween that and the arcade pad is that the bar in the back is missing (Although I think you could install one if you wanted to)

Anyways, yeah, if you want a perfect-to-arcade pad, making one at home is still the way to go.
witeasprinwow is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 09:21 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution