PlaceholderGames / 2016-InfiniteReplayGame

A 2D post-apocalyptic run and gun game with a significant resource management element.
0 stars 0 forks source link

Scripting Errors #14

Closed Ryan-Fletcher closed 8 years ago

Ryan-Fletcher commented 8 years ago

Whenever I test any of the programs, I get a script error that stops me from testing anything. This is the error:

TypeError: Error #1009: Cannot access a property or method of a null object reference. at MethodInfo-6606()[Source/scripts/ActorEvents_6.hx:90] at com.stencyl.models::Actor/innerUpdate()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/models/Actor.hx:1530] at com.stencyl::Engine/update()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2477] at com.stencyl::Engine/postUpdate()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2616] at com.stencyl::Engine/onUpdate()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2609]

Ryan-Fletcher commented 8 years ago

Any work downloaded from GitHub seems to work fine, will see if there are any problems later.

Ryan-Fletcher commented 8 years ago

The error occurs whenever the player dies:

TypeError: Error #1009: Cannot access a property or method of a null object reference. at MethodInfo-6887()[Source/scripts/SceneEvents_0.hx:91] at com.stencyl::Engine/update()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2413] at com.stencyl::Engine/postUpdate()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2616] at com.stencyl::Engine/onUpdate()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2609]