I need the reader to continue on the last page he read.
Posted: Tue Apr 15, 2014 8:32 pm
I am developing an interactive book
Need will automatically save the progress, I do not want bookmarks,
only to continue at the same point in the story.
I put a progress in a "field" with this code
put the number of current card into field ID 1035
save this stack
And then I do this to continue reading:
if fld ID 1035 =1 then
go to card cover
else
go to card field ID 1035
end if
This works great on Mac, but does not work in iphone or ipad,
What I have to do to make it work?
Closing the APP on iphone or ipad restarts and is not saved.
I need the reader to continue on the last page he read.
Thanks
Need will automatically save the progress, I do not want bookmarks,
only to continue at the same point in the story.
I put a progress in a "field" with this code
put the number of current card into field ID 1035
save this stack
And then I do this to continue reading:
if fld ID 1035 =1 then
go to card cover
else
go to card field ID 1035
end if
This works great on Mac, but does not work in iphone or ipad,
What I have to do to make it work?
Closing the APP on iphone or ipad restarts and is not saved.
I need the reader to continue on the last page he read.
Thanks