Okay, I found that it was made in .84. I wonder why when you download a second version of Construct, the first version disappears from your computer's program uninstall list? Is that normal? I've been using .62, but that disappeared from the list and only .84 shows. However, .62 is still on my hard drive and it still works. I hope it's nothing to worry about, it doesn't seem like a big deal as long as I can still access, use, save, and export to .exe with .62.
Anyway, I don't know if you've been reading any of the post since you posted, but your example was great. What I needed to do is make it zoom automatically as the layout starts. So I took your code, reconfigured it and came up with this:
1 Start of layout
2 Every 50 milliseconds - ZoomX + 50 * TimeDelta, ZoomY + 50 * TimeDelta
It works perfectly. Thanks again!