hi
i know how to save values and strings into ini file, but how do i save and load the current frame ?
(it must be on ini since it is going to run on android).
thanks in advance.
hi
i know how to save values and strings into ini file, but how do i save and load the current frame ?
(it must be on ini since it is going to run on android).
thanks in advance.
This ought to give you what you need:
![]()
In case that's not clear, just save the frame number as a regular value in your INI. Then when you need to load it from INI, choose the "Jump to Frame" action, and click the "use a calculation" button:
That will open up an Expression Editor window. In there, you can point it to the saved value inside your INI.
thanks Volnaiskra, works like charm![]()