Hi,
ich habe für das Portal Batterie-Info das Spiel Tetris programmiert.
Zur Steuerung nutze ich die Pfeiltasten, unter FF, und Opera funktioniert das auch einwandfrei. Leider ist das bei IE8 nicht der Fall. Hat jemand eine Vorahnung woran es liegen könnte?
// Define the action to be fired depending on key entry
key: function(e) {
switch(e.charCode || e.keyCode) {
Vermutlich gibt es hier im IE gar kein "e".
http://de.selfhtml.org/javascript/objekte/event.htm#allgemeines
Ausserdem könnte es u.U. besser sein, keydown/-up auszuwerten, statt keypress; siehe auch http://www.quirksmode.org/js/keys.html
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]