[Flashcoders] multiple Key.isDown weird behaviour

2006-05-19 Thread _jan Guichelaar [woedend!]
Hi All I have a weird problem with checking if multiple keys are down. In the code example beneath, i check if the 4 arrow buttons (not on the numpad) are down or not. All individual, work fine, 2 at the same time works fine as well, but the third button i press isn't noticed. And even

Re: [Flashcoders] multiple Key.isDown weird behaviour

2006-05-19 Thread _jan Guichelaar [woedend!]
I've found some information on the subject: It seems that the limitation is the hardware, it depends on the keyboard you're using :-( jan _jan Guichelaar [woedend!] wrote: Hi All I have a weird problem with checking if multiple keys are down. In the code example beneath, i check if the 4

[Flashcoders] flash 8 Masking blurred BitmapData

2006-01-05 Thread _jan Guichelaar [woedend]
Hi All (I'm not new to the list but was away for over a year, so hi to you all again) I am working with some new flash 8 features in actionscript, but ran into a problem (bug?) I am taking a snapshot from a mc wtih : snapshot = new BitmapData(200, 200); Then draw this into an emty mc with