Shared object help
Shared object help
- Started
- Last post
- 4 Responses
- CyBrainX
They don't seem to work between two movies. If I use
switchIt_so = SharedObject.getLocal("switchIt... "/random/road_block");and eventually have
switchIt_so.date.switchNow = true;in one movie, It won't test true in the second movie after I use the same line in movie 2:
switchIt_so = SharedObject.getLocal("switchIt... "/random/road_block");and reference the same variable(in the second movie):
switchIt_so.date.switchNowIt remains undefined in the second movie.
Any help?
- CyBrainX0
I tried cursing at variables, but that didn't help.
- UndoUndo0
makes you feel good tho don it :)
- CyBrainX0
Yeah, I've invented new profanities that would make Satan blush like a schoolboy pansy.
- CyBrainX0
I defy anyone to get this to work.