2
« on: May 02, 2014, 06:50:58 am »
I'm having some trouble currently whenever I switch to a scene with a "Create Actor" block. I have a "set inputactor to Create Actor" and a "For input actor create TextField" block in my "When created" event which works perfectly fine when I run the scene for the first time.
However, when I come back to that scene, I get a "TypeError: Error #1009: Cannot access a property or method of a null object reference.". Any ideas what might be causing this?
The stencyl log shows
[LOG] [Flash] GUI#createActor(98): [Extension: GUI] CreateActor:(Actor3) exists, so returning that one!
[LOG] [Flash] GUI#setWidthHeight(319): Image is null: create image!
Thanks for the help!