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

Pages: 1
1
Ask a Question / Not sure what membership I'm on
« on: August 19, 2015, 05:45:48 pm »
I got a 1-year Stencyl Indie edition awhile ago and I'm not sure if it's expired or not, how do I check what membership I'm on?

2
Ask a Question / Re: My actor ascends when it changes animations
« on: August 19, 2015, 05:28:48 pm »
It quickly grows back to it's original size upon switching animations before scaling it down again. The bigger collision box will push your actor upwards. Try re-importing your assets with smaller graphics so you dont have to scale them in the scene.
Aw man thanks, I made them smaller and fixed the collision and now it works perfectly, even with the tiles.

3
Ask a Question / Re: My actor ascends when it changes animations
« on: August 19, 2015, 05:11:20 pm »
hmmm, that is strange...
Did you scaled down your actor in the scene or by code?
in the scene.

4
Ask a Question / Re: My actor ascends when it changes animations
« on: August 19, 2015, 05:07:12 pm »
Go to Run and select enable debug drawing, then play the game and make a screenshot.
Okay, I tried and I did notice something that I think is the problem, but it was only there for a fraction of a second, so I took a video instead, it's at the top.

5
Ask a Question / Re: My actor ascends when it changes animations
« on: August 19, 2015, 04:50:11 pm »
Good =)
Because now I know its a collision problem. Are the black thing above the player, is that one big actor or seperate tiles? Because your players collision box is interfaring with the collision box of that black structure
it's tiles, I just got rid of them, but he still ascends.

6
Ask a Question / Re: My actor ascends when it changes animations
« on: August 19, 2015, 04:45:08 pm »
Can I see the main page for the animations (not the collision page)?
okay, I added them just now.

7
Ask a Question / Re: My actor ascends when it changes animations
« on: August 19, 2015, 04:41:04 pm »
Nothing weird to see there. How about the collision models for your level itself? And did you changed the velocity to speed blocks?
I tried changing it to speed blocks, but that made another problem, my actor got stuck on the left side of the screen and wouldn't move.

9
Ask a Question / Re: My actor ascends when it changes animations
« on: August 19, 2015, 05:21:20 am »
Kinda reminds me of this > https://youtu.be/4GE7QYc9HfM hahaha

But like I said I need to see your sprite sheets to check for any possible collision issues =)
You can also try to use "Set x speed to ..." instead of velocity.
I put them onto Paint.net. or do I need to take a screenshot of the images in Stencyl itself?

10
Ask a Question / Re: My actor ascends when it changes animations
« on: August 19, 2015, 04:38:35 am »
My guess would be that your png files for the different animations are different. Make sure to keep the same image sizes or implement a offset system in your code.
yeah I did use a different set of images for the animation, but it was the same image but edited, I made sure it was the same size, and what's an offset?
I added a video of what's happening

11
Ask a Question / Re: My actor ascends when it changes animations
« on: August 19, 2015, 04:26:16 am »
My guess would be that your png files for the different animations are different. Make sure to keep the same image sizes or implement a offset system in your code.
yeah I did use a different set of images for the animation, but it was the same image but edited, I made sure it was the same size, and what's an offset?

12
Ask a Question / My actor ascends when it changes animations
« on: August 19, 2015, 03:37:10 am »
When I test my game if I touch the controls then he starts ascending for some reason, I've made sure that the collision is correct and that he's affected by gravity and he's normal, sorry if I'm asking an obvious question, I'm new to Stencyl

Pages: 1