<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Have you tried using the scroller on your mouse/trackpad? This should scroll the entire world up and down.  On the mac it also allows scrolling left and right (using two fingers on my macbook trackpad)</div><div><br></div><div>- Russell</div><div><br></div><div><br></div><br><div><div>On 22/07/2009, at 9:42 PM, Chris Double wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="background-color: rgb(255, 255, 255); "><div id="ygrp-mlmsg" style="font-size: 13px; font-family: arial, helvetica, clean, sans-serif; width: 655px; position: relative; "><div id="ygrp-msg" style="line-height: 1.22em; width: 470px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 25px; padding-bottom: 0px; padding-left: 0px; float: left; z-index: 1; "><div id="ygrp-text" style="line-height: 1.22em; font-family: Georgia; "><p style="line-height: 1.22em; margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; ">I can use a radarView to move around the world by pressing buttons -<br style="line-height: 1.22em; ">is there a way to enable moving around with the arrow keys?<br style="line-height: 1.22em; "><br style="line-height: 1.22em; ">I did a quick hack and got something working using normal keys but I<br style="line-height: 1.22em; ">couldn't work out how to ask a key down event if it's one of the arrow<br style="line-height: 1.22em; ">keys. What I got working was to modify 'handleAndForward:<wbr style="line-height: 1.22em; ">To:' in the<br style="line-height: 1.22em; ">handMorph traits. I added code on the keydown check with something<br style="line-height: 1.22em; ">like:<br style="line-height: 1.22em; "><br style="line-height: 1.22em; "> e metaIsDown && [ e keystrokes includes: 'j' ] ifTrue: [ world<br style="line-height: 1.22em; ">moveHand: self InWorldBy: -500@0. ^self. ]<br style="line-height: 1.22em; "><br style="line-height: 1.22em; ">I repeated this for the four keys I wanted for up, down, left and<br style="line-height: 1.22em; ">right. Ideally I'd like to use the arrow keys though since I'm<br style="line-height: 1.22em; ">clashing with some of the editor meta keys.<br style="line-height: 1.22em; "><br style="line-height: 1.22em; ">Chris.<br style="line-height: 1.22em; ">--<br style="line-height: 1.22em; "><a href="http://www.bluishcoder.co.nz" style="line-height: 1.22em; color: rgb(30, 102, 174); font-family: Verdana; ">http://www.bluishco<wbr style="line-height: 1.22em; ">der.co.nz</a><br style="line-height: 1.22em; "></p></div><div width="1" style="line-height: 1.22em; color: white; clear: both; "></div></div></span></blockquote></div><br></body></html>