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

Pages: 1
1
Ask a Question / Re: Animation-specific animation changes
« on: December 18, 2016, 01:37:16 pm »

That's what it looks like now.

2
Ask a Question / Re: Animation-specific animation changes
« on: December 18, 2016, 01:33:46 pm »
[QUICK UPDATE]

• Nevermind, i got this to work. I played around with Behaviors for about an hour and i added a new Game Attribute, adding new stuff to the existing Fire Bullet and Jump and Run Movement.




Topic can be closed/removed/whatever now, i'm happy enough with the result!

3
Ask a Question / Animation-specific animation changes
« on: December 18, 2016, 12:02:38 pm »
So i tried to find a way to do a thing like this:

[PRESS Z]
• When facing left and i'm idle, play left attacking animation.
• When facing right and i'm idle, play right attacking animation.
• When facing left and moving, play left attacking animation. [DONE]
• When facing right and moving, play right attacking animation. [DONE]

I can't find a way to do the first two ones. What's the easiest way possible, that i could do those with?

Screenshot with what i came up with to this point and details.

- att_anim is an animation timer, irrelevant to the topic
- x_speed of Self < 0 and x_speed of Self > 0 are basically done and probably don't need any fixing
- I need help with x_speed of Self = 0 (When i'm idle) and i need a way for the game to check if i'm doing "Animation 0r" to play the right attack, or "Animation 4l" to play the left attack

4
Game Ideas / Re: Five Nights at Freddy's: Aftermath
« on: December 21, 2014, 01:40:49 pm »
The biggest issue that you will run into is that the FNAF game was probably done in a 3D environment
The game was actually made in 2D environment :D All things flashing or moving were just images changing.

5
Ask a Question / Text Game Attribute doesn't draw itself
« on: December 21, 2014, 01:31:03 pm »
And second day of work - second problem:

- I made a text attribute called "Achievement text" and set it to "text" type.
- I set an actor to change the value of "Achievement text" to some random text.
- Whatever i change, the text just doesn't show up.
- The font is set to Everything (Default)
- Other Game Attributes work FINE!! (They're "Number" type.

6
Ask a Question / Re: Game freezes after reaching a goal
« on: December 20, 2014, 05:34:09 am »
Gawd!! The sound was the problem.. It was playing in Stencyl though.. But why sound was freezing the game?? Anyway - thanks :D
And is it possible to fix the sound?

7
Ask a Question / Re: Game freezes after reaching a goal
« on: December 20, 2014, 05:27:56 am »
It doesn't have any.. I just made it for test if it will work.

8
Ask a Question / Game freezes after reaching a goal
« on: December 20, 2014, 05:21:06 am »
HEELP PLEASE!!

Hello guys, i'm new to Stencyl, and i'm making a game. After few days of work, i ran into a severe bug.
The game freezes, when i complete a goal - get 1000 Score.

Anyone knows what causes this bug??

Pages: 1