Flipping graphic with a Key

William de Smet williamdesmet at gmail.com
Wed Oct 13 10:04:46 EDT 2010


Hi there,

Maybe you van use 'flushEvents'?
Check the dictionary for this.

Greetings,

William



2010/10/13 Richmond <richmondmathewson at gmail.com>:
>  On 10/13/2010 04:35 PM, Michael Kristensen wrote:
>>
>> Hi there
>>
>> I want to flip a graphic while key "F" is down and when it is released the
>> graphic shall flip back again.
>>
>> if it was a mouseDown handler it would go like this:
>>
>> on mouseDown
>>    put the points of graphic into oldPoints
>>    DoTheFlipping
>>    wait while the mouse is down
>>    set the points of graphic to oldPoints
>> end mouseDown
>>
>>
>> But when i use a keyDown handler I have a problem because when i hold the
>> "F" key down repetition of the message set in and the graphic is flipped
>> back and fourth.
>>
>> How do I avoid the repetition of the keyDown message?
>>
>
> I have just tried this with rawKeyDown/rawKeyUp  and keyDown/keyUp  and have
> the same
> problem; unfortunately while there is mouseStillDown there is NOT
> keyStillDown.
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list