I've been trying to help KenO make his camera go into Continuous Shooting mode at power-up, but his camera is a different model than mine, so I'm handicapped on this one.
On my S3 IS, an amazingly short script did the trick:
@title Auto Continuous
click "timer"
exit_alt
end
I loaded that in my S3, set it to Autostart, powered it off & on, and Bingo! i was in Continuous Shooting mode.
But KenO has an A570, which doesn't have my S3's separate Timer button.
I looked up the A570 on
www.Steves-Digicams.com, whose reviews and tests are so thorough that I can use them to navigate the menus (I thought). He accesses Continuous Mode via the Function button, which uBASIC calls "erase" after its use in Playback. Here's what I told him to try:
rem AutoCont.bas starts the A570 up in Continuous mode
@title Auto Continuous
rem activate Function key
click "erase"
rem navigate to Continuous Mode
click "down"
click "down"
click "right"
rem exit Function menu
click "erase"
exit_alt
end
He tried it today and saw this at power-on: "uBASIC:12 Parse error"
I'll be the first to admit that I'm a newbie at this, and without a test platform, I'm a blind newbie! Can somebody tell us what I did wrong?
Thanks,
Eric