0
save/load data from canvas to text file
New Here
,
/t5/animate-discussions/save-load-data-from-canvas-to-text-file/td-p/12179720
Jul 15, 2021
Jul 15, 2021
Copy link to clipboard
Copied
how can i save page 1 scores (movieclip1) to a text file
and load it to page 2 (movieclip2)
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/save-load-data-from-canvas-to-text-file/m-p/12179809#M345820
Jul 15, 2021
Jul 15, 2021
Copy link to clipboard
Copied
You can make use of global variables for something like this.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/save-load-data-from-canvas-to-text-file/m-p/12179813#M345821
Jul 15, 2021
Jul 15, 2021
Copy link to clipboard
Copied
This way you wouldn't need a text file - just save the score as a global var and have various movieclips draw from that variable.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

