Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: bad animation ...

From: james:mustard at: 5-Jun-2007 1:11

Also if you intend to use the detect event - make sure you have event as the last entry in the function eg: detect: func [f e][ stuff.. event ] your down detection can actually be done in the engage however - with: engage: func [f a e][ if a = 'down [] ] Nick Antonaccio wrote: