briancheagney / AinaStencyl

Stencyl Version of Aina
1 stars 0 forks source link

Level 02: Error #1

Open briancheagney opened 5 years ago

briancheagney commented 5 years ago

When going to level 02, an action script error occurs.

ReferenceError: Error #1069: Property 4 not found on String and there is no default value. at MethodInfo-8297()[Source/scripts/Design_199_199_GUI.hx:274] at com.stencyl::Engine/draw()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:3155] at com.stencyl::Engine/postUpdate()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2669] at com.stencyl::Engine/onUpdate()[C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2594]

This also looks like it will occur for multiple levels (such as level 03).

briancheagney commented 5 years ago

I found out that it MIGHT have something to do with the number of items in the list when the program is freshly started. So, there's an error that there aren't enough numbers of things in the list. I'll have to write a piece of code that says something like IF there are X number of items in list, THEN print...