Welcome, Guest. Please login or register.

Author Topic: Hollywood Designer MoveBrush question  (Read 966 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline zylesea

  • Hero Member
  • *****
  • Join Date: Feb 2006
  • Posts: 638
    • Show all replies
    • http://www.via-altera.de
Re: Hollywood Designer MoveBrush question
« on: November 09, 2009, 11:18:15 PM »
Just use the main loop. Don't do a single movement, but put it into pices and put it into the mainloop. Something like this:

function my_brushmove()
(your brush moves)
endfuction

SetInterval(1, my_brushmove, n) ;or of course some other function that embeds your brush_moves and the menu things // n being any interval time

;;; "main loop"

Repeat
    WaitEvent
Forever ; or until some event