Hi there,
I`m new to flash so a total noob but everyones gotta start somewhere : )
I`ve encountered 4 errors on debugging and a little help would be much appreciated.
The errors are:
Scene=Scene 1, layer=Action Layer, frame=25, Line 41 There is no property with the name 'displayState'.
This is the code I have:
if (Stage.displayState == "fullScreen")
Scene=Scene 1, layer=Action Layer, frame=25, Line 70 There is no property with the name 'displayState'.
This is the code I have:
if (Stage.displayState == "normal")
Scene=Scene 1, layer=Action Layer, frame=25, Line 72 There is no property with the name 'displayState'.
This is the code I have:
Stage.displayState = "fullScreen";
Scene=Scene 1, layer=Action Layer, frame=25, Line 76 There is no property with the name 'displayState'.
This is the code I have:
Stage.displayState = "normal";
I`ve tried to change the code too Stage.displayState == "fullScreen"
But then I get this error
Scene=Scene 1, layer=Action Layer, frame=25, Line 75 'else' encountered without matching 'if'
Thx


Reply With Quote


Bookmarks