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/



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to