I got a problem with saving fla file in Flash CC.
i edited my code -> crtl + s to save -> ctrl + enter to build -> close the swf -> close the fla file -> re-open the saved fla file -> my edited code disappear
Here is my code:
- Before edited: count = Number(getTimer()-startTime)
- After edited: count = totalTime - Number(getTimer()-startTime)
After saving and reopen --> it displayed as before edited .
It is not happen all the times, but it really critical with these minor changes. Does anybody get the same problem?