![]() |
Speed calculator - Printable Version +- Fearless Forums (https://fearlessrp.net) +-- Forum: General Discussion (https://fearlessrp.net/forumdisplay.php?fid=10) +--- Forum: Discussions (https://fearlessrp.net/forumdisplay.php?fid=4) +---- Forum: Archive (https://fearlessrp.net/forumdisplay.php?fid=481) +---- Thread: Speed calculator (/showthread.php?tid=93021) |
Speed calculator - Haarek - 06-07-2019 Made this speed calculator that gives you the time it will take to reach another object. http://spiel.no/AA/speed.html The thing I know I could improve is that I am declaring the same variables 2 times and just switching its name. What do you think? Was it interesting? RE: Speed calculator - Lewwings - 06-07-2019 I like it, good stuff Midget ![]() RE: Speed calculator - Haarek - 09-12-2019 Code: <html> Finds the lowest number to divide by to add i.e fractions If you want to try it just put it in a text document and open it with chrome. RE: Speed calculator - Grizzly - 09-12-2019 Nice, this is some good html coding RE: Speed calculator - Slaint - 09-12-2019 Nice job midget! RE: Speed calculator - Conn - 09-12-2019 Nice, is that plain HTML or HTML and JS or some similar lang? RE: Speed calculator - Haarek - 09-13-2019 (09-12-2019, 04:11 PM)Conn Wrote: Nice, is that plain HTML or HTML and JS or some similar lang? It is HTML and javascript, I used HTML so I could give an input and the rest is JS. ![]() |