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 - NeoCHI

Pages: 1 2 3 4 ... 35
16
Ask a Question / Re: All games scenes crashing suddenly!
« on: September 04, 2017, 12:25:48 pm »
But I've disabled all the behaviors and events on the scene....

17
Ask a Question / Re: All games scenes crashing suddenly!
« on: September 04, 2017, 12:04:04 pm »
Cleaned project and now flash also crashes half a second after starting.

When using the Flash player to test, Log viewer keeps producing:

[Flash] Universal#uncaughtErrorHandler(59): Error #1009: Cannot access a property or method of a null object reference.

18
Ask a Question / All games scenes crashing suddenly!
« on: September 03, 2017, 11:40:24 pm »
For some reason all my game scenes are crashing after half a second all of sudden except for my splash screen.

This all fine normally because it might be because I may have changed some code, but I've also tried removing all behaviors, events and even layers and it still crashes a split second after opening.

Just to be clear, this seems to only be happening when testing on my iphone and what happens exactly is it opens the scene for half a second then exits the app automatically.

Any help would be super appreciated, spent over 2 hours trying to debug this and at this point I really don't know what's wrong!!!

19
Ask a Question / Re: Issue with provisioning profile
« on: August 03, 2017, 07:50:23 pm »
w00t that worked! This should probably be added to the Stencyl guide if it's a necessary step now.

20
Ask a Question / Re: Issue with provisioning profile
« on: August 02, 2017, 10:40:08 pm »
Deleted all my certificates and profiles and completely restarted the process....still getting the same exact error!

Desperately need some help.

21
Ask a Question / Issue with provisioning profile
« on: August 02, 2017, 03:43:00 pm »
So I've recently changed the name of my game and today I recreated my provisioning profiles with the new name, dled them, double clicked to install and also updated the appID and profile location in Stencyl > Settings.

After these changes I'm now getting the following error when I try to test on my iOS Device:

[haxelib] No profiles for 'com.domain.gamename' were found:  Xcode couldn't find a provisioning profile matching 'com.domain.gamename'.

I'm assuming the provisioning profiles didn't install simply by double clicking, but I don't know how to verify it or fix it.

Please any help would be appreciated!

22
Congrats! So jealous about all your features. Definitely hoping to get on that track asap lol.

23
So I've read that using using distances between actors instead of using regions is better on performance. Does that mean I'd have to custom create and use the Pythagorean theorem in an "When Updating" or "Every N Seconds" event? That sounds performance intensive too though...

24
Ask a Question / How to reduce memory usage?
« on: March 04, 2017, 11:58:24 pm »
Looking at the FPS monitor it seems like I'm always very close to the max memory usage. What's the best ways to reduce memory usage?

25
Ask a Question / FPS monitor green dots?
« on: March 04, 2017, 11:55:47 pm »
What's the green dots suppose to show in the FPS monitor?

26
So I have these bushes in my game and I'd like to make the player "stealthed" when it walks in it and then "unstealth" when exits it.

Previously I made a region per bush and I'd use the "When a _____ enters/exits region" block trigger the stealth and unstealth behaviors which worked well. Recently though I've added a new collision shape for my player that I'm using for detecting other collisions but I noticed it's also triggering my bush behaviors. My new collision shape is in a group that's not set to collide with the bush though...

Is there anyway to specify which group's collision to trigger the "When a _____ enters/exits region" block?

27
Ask a Question / Re: Possible to set font's shadow color?
« on: March 02, 2017, 08:23:23 pm »
Great idea Anthony.

28
Ask a Question / Re: Possible to set font's shadow color?
« on: March 01, 2017, 09:54:43 pm »
Can't I just set it to another color initially so they get built in the specified color?

29
Ask a Question / Re: Possible to set font's shadow color?
« on: March 01, 2017, 06:39:00 pm »
I don't need to set it dynamically though. Does that make it possible?

30
Ask a Question / Efficiency: Behavior vs Custom blocks
« on: March 01, 2017, 06:01:16 am »
So when I first started using Stencyl I didn't really understand Custom Blocks so I put everything I wanted to be accessible into a behavior so I could use the "for actor, get ______ from behavior _____" block to get/set variables.

Now after more usage, I'm starting to understand Custom Blocks and the fact that behaviors should be used only to reduce code redundancy. Does putting code into Behaviors make it less efficient?

Pages: 1 2 3 4 ... 35