That's close, but you never declared Compress as a compressor object. I don't know why you named your Jaguar using the word Victor, but you sure shouldn't be trying to control it by setting its output with Relay constants instead of numbers.
It's not easy to read the code with no indented lines. If you put [CODE] and [/CODE] tags around it, it will render much better.
Quote:
Originally Posted by Jaysonscott
and as an error it tells me it does not recognize start as a function
|
If you copy the actual error message instead of paraphrasing it, we'll be better able to interpret it for you. My guess right now is that it's telling you that
Compress.Start() is not a function because
Compress doesn't actually exist.