I know MMF has 16 global integer values. That's all well and good, but what do you do when you want to share more than that between frames? Especially with strings.
Can anybody tell me some other tricks in MMF for passing string and integer data between frames?
Current Projects:
Bomb Squad (Total Progress - 3%)
:: Current Task Progress: 40%
:: Current Task - Level Editor Shell
The array object (it's global), and there's the Shared Data object (can remember an almost unlimited number of strings and integers), and Global Store X (can remember integers, strings, flags and shorts). There's probably more, but I prefer using Global Store X.