Writing binary data.

Monkey Forums/Monkey Programming/Writing binary data.

andrew_r(Posted 2012) [#1]
Dumb question, but it's late and I'm tired.

Do the new features in monkey support writing binary files at all?
We are dynamically creating pixel collision masks each time we load the game, and it would be nice if we could save the binary data on first run so that it doesn't have to be recalculated all the time.

Thanks
Andrew


AdamRedwoods(Posted 2012) [#2]
I looked at v65 and there aren't any stream to disk yet. May be difficult, not sure if mobile allows creation of files.


andrew_r(Posted 2012) [#3]
Mobile should - I know iOS does, and I'm 99% sure that android must too.