no problem,
ok add the tap icon at the top with this code
style =8
Then in the timer
if n<8000 and style =8 then
n=bh1.AddElement(n,pensize,pensize,50,50,rgb(80,80 ,230),2,1) 'first stream from (50,50)
n=bh1.AddElement(n,pensize,pensize,80,50,rgb(230,5 0,50),2,1) 'second stream from (80,50)
etc
End if
Last edited by colin9876 : 12-15-2007 at 04:56 PM.
|