Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ertandert

Pages: 1
1
Extension Ideas / Re: GUI Extension for OpenFL
« on: May 02, 2014, 07:01:11 am »
Thanks for the quick response!

I'll see what I can do.

2
Extension Ideas / Re: GUI Extension for OpenFL
« 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!

3
Ask a Question / Switching background within same scene.
« on: April 18, 2014, 09:20:58 am »
I was wondering how I could switch the background from one to another within a scene.

For example, every 30 seconds, I want to switch from background X to Y and vice versa.
I noticed you can do this with actors but was just wondering if this is possible using backgrounds.

Thanks

Pages: 1