View Single Post
  #248 (permalink)  
Old 12-15-2007, 04:41 PM
colin9876 colin9876 is offline
Basic4ppc Veteran
 
Join Date: Nov 2007
Posts: 316
Awards Showcase
Beta Tester 
Total Awards: 1
Default 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.
Reply With Quote