Hi Vol,
I've been playing around with this, it's great. I noticed that when the demo places the boundary lines, you mixed up numbers of times to call the loop for the positioning of the X and Y boundaries.
Line 317 reads:
- Start loop "place volCAMERA X boundaries" Ceil(Frame Width / 1000) + 1 times
- Start loop "place volCAMERA Y boundaries" Ceil(Frame Height/ 1000) + 1 times
and it should read:
- Start loop "place volCAMERA X boundaries" Ceil(Frame Height/ 1000) + 1 times
- Start loop "place volCAMERA Y boundaries" Ceil(Frame Width/ 1000) + 1 times
Cheers
Peter