HC to Rev conversion help needed
    Dale Pond 
    dalesvp at centurytel.net
       
    Sat Dec 27 14:01:40 EST 2008
    
    
  
Joe,
Thank you for looking at this. I've uploaded the HyperVibes stacks.  
The idea behind this stack was it would contain all the scripts to  
run the entire collection of stacks so there would only be one script  
to edit when changes were made.
The two stacks are:
Original HC HyperVibes
http://www.svpvril.com/HC/HyperVibes.bin
Partially converted Rev stack
http://www.svpvril.com/HC/HyperVibes.Rrev
Also might be of interest all controlled stacks other than the main  
HyperVibes stack have this standard script:
-- "Standard" HypVib stack script
on openStack
   global hypVib
   if "HyperVibes" is not in the stacksInUse
   then start using stack "HyperVibes"
   put "true" into hypVib
   pass openStack
end openStack
on resumeStack
   global hypVib
   if "HyperVibes" is not in the stacksInUse
   then start using stack "HyperVibes"
   put "true" into hypVib
   pass resumeStack
end resumeStack
Life, Light, Love & Laughter,
Dale Pond
Sympathetic Vibratory Physics
http://www.svpvril.com/
    
    
More information about the use-livecode
mailing list