Any tips on where to find some good gravity algorithm? Regards,
/José Richard Gnyla wrote: > Cool - had a bit of a chuckle with this and reminds me of many hours > spent on an old DOS game, is anyone old enough to remember gorillas.bas > where you chucked bananas at each other on a terrain. > > Maybe you can adjust gravity as well to make it more fun and silly > > Richard > > Jonathan Chetwynd wrote: > >> Kam-Hung Soh >> >> it's not so much counter intuitive as that Red and Blue are >> different, in fact Red is probably counter intuitive at present, but >> be careful as there is little sense in Blue being counter intuitive >> next time around :-) >> >> cheers >> >> Jonathan Chetwynd >> >> >> >> On 15 May 2006, at 11:31, Kam Hung Soh wrote: >> >> On 5/15/06, Jonathan Chetwynd <[EMAIL PROTECTED]> wrote: >> > Kam-Hung Soh >> > >> > I enjoyed this game, 2 comments: >> > >> > the red player arrows for Angle are connected to the wrong scripts, > >> > gets smaller >> > >> > would it be possible to add keyboard support**? >> > >> > possibly using the keys: - + < > >> > >> > cheers >> > >> > Jonathan Chetwynd >> > >> > >> > ** >> > <svg xmlns="http://www.w3.org/2000/svg" >> > onload="init(evt)" width="500" height="800" > >> > <script><![CDATA[ >> > function init(e) { >> > if ( window.svgdoc == null ) svgdoc = >> e.target.ownerDocument; >> > svgroot = svgdoc.documentElement; >> > svgroot.addEventListener("keypress",Key,false); >> > } >> > >> > function Key(e){ >> > alert(e.charCode); >> > } >> > ]]></script> >> > >> > <rect x="100" y="100" width="200" height="200" fill="red"/> >> > >> > </svg> >> > >> > http://kamhungsoh.blogspot.com/ >> > >> > >> > >> >> Hi Jonathan, >> >> Glad you enjoyed the game. I didn't realise the symbols were >> counter-intuitive until someone else mentioned it. The benefit of >> user feedback! >> >> I'll implement keyboard support over the weekend when I have some >> spare time. >> >> Best regards, >> >> >> > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

