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

Pages: 1 2 3
31
Ask a Question / Re: Setting Animations
« on: October 22, 2016, 09:29:28 pm »
The "as animtaion" block is no longer necessary, you can write the name of the animation directly.
Thank you!

32
Ask a Question / Re: Stencyl Glitching
« on: October 22, 2016, 06:38:08 pm »
What operating system are you running on?
Windows 10.

33
Ask a Question / Re: Stencyl Glitching
« on: October 22, 2016, 06:33:16 pm »
Try updating your graphic drivers.
This hasn't worked.

34
Ask a Question / Setting Animations
« on: October 22, 2016, 04:54:11 pm »
I'm just trying to animate a few flashing lights on the menu screen of my game. I looked around on the Stencylpedia, but it's showing me a block 'as animation' which I can't find at all. I have 7 different animations of the flashing light, and I just want to switch the animation on some of them. I'm sorry if this has been asked before, I just can't find it anywhere else without an old version of Stencyl or things I can't find.

35
Ask a Question / Stencyl Glitching
« on: October 22, 2016, 04:50:59 pm »
I'm trying to just do all the normal stuff on Stencyl, but I'm having problems after using it for a few minutes. I hover my house over some buttons, and everything just glitches out by making more and more menus I guess? I can't really describe it besides a screenshot: http://prntscr.com/cxpkia . I have no idea what's causing it, but it's making Stencyl very hard to use.

36
Resolved Questions / Re: Error!
« on: December 21, 2014, 12:37:22 pm »
Thank you! I looked through the coding, and found that I had forgotten to add the Booleans in since I copy and pasted most things. No bugs whatsoever in my game now!  :D

37
Resolved Questions / Error!
« on: December 21, 2014, 11:49:08 am »
TypeError: Error #1009: Cannot access a property or method of a null object reference.
   at MethodInfo-4964()[Source/scripts/SceneEvents_13.hx:196]
   at com.stencyl::Engine$/invokeListeners2()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:4022]
   at com.stencyl::Engine/update()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2405]
   at com.stencyl::Engine/postUpdate()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2632]
   at com.stencyl::Engine/onUpdate()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2625]

I've made 4 versions of my game, and I've not changed much in this version, such as adding 3 more colors of the main player and remaking some of the fonts. My game is flappy bird styled, and when I get to the second pipe it just stops, comes up with this, and when I dismiss it and press space to jump it repeats the jump sound over and over and then goes to the end screen. I just don't know what is causing this.

Pages: 1 2 3