- Joined
- Oct 28, 2015
- Messages
- 15
- Reaction score
- 1
- First Language
- English
- Primarily Uses
I get the following error: Uncaught TypeError: Cannot read property 'width' of null
It happens when I have the player transfer to a map with a cut scene. It's an autorun event that does the following:
Show picture 1
wait 8 frames
Erase picture 1
Show picture 2
wait 8 frames
Erase picture 2
etc etc... about 26 times. It creates a nice little animation. The error doesn't happen every time, that's what's frustrating. Some test plays I can get through it, then I try again later and I get the error. What do you make of this? Oh yeah, in browser test, it just says "Script Error".
It happens when I have the player transfer to a map with a cut scene. It's an autorun event that does the following:
Show picture 1
wait 8 frames
Erase picture 1
Show picture 2
wait 8 frames
Erase picture 2
etc etc... about 26 times. It creates a nice little animation. The error doesn't happen every time, that's what's frustrating. Some test plays I can get through it, then I try again later and I get the error. What do you make of this? Oh yeah, in browser test, it just says "Script Error".
Last edited by a moderator:

