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

Pages: 1
1
Ask a Question / Re: Float has no field getY?
« on: July 06, 2017, 07:56:08 am »
Some of the "GetY" things are gone now,  there's only two left, one shows an error at the top of the event, while the other seems to show just the scene. I looked at the logs and they seem to show a lot of code marked with (ERR).

2
Ask a Question / Float has no field getY?
« on: July 05, 2017, 01:59:27 pm »
I was working on a 2d platform game, and then after I ironed out some bugs that crash it now I can't open it at all. It just loads the error screen saying "Float has no field get Y" I don't really know what it means and its randomly calling some of my code errors even though they were fine earlier. It doesn't seem to affect my most recent scene which is fitted with a new scene behaviour I made.  Maybe I should replace the scene events with that?

3
Ask a Question / Re: Region Attributes for Swimming
« on: December 16, 2015, 10:51:18 am »
I've tried what you suggested, but it doesn't seem to have done anything. The character still jumps around underwater.

4
Ask a Question / Re: Region Attributes for Swimming
« on: December 16, 2015, 08:01:37 am »
Well, I have a picture of my most recent code, as well as the region the character's meant to swim. I must admit, when I made my first level, I duplicated it to make other ones. The original had different regions, and in the newer ones the regions there don't trigger in the place they're meant to. I tried making the swimming region as long as the scene itself, but that didn't fix the problem at all.

5
Ask a Question / Region Attributes for Swimming
« on: December 16, 2015, 05:19:18 am »
I'm making a platform game with swimming in it. I'm trying to use region attributes to make water that changes the controls from Jump and Run to 8 way movement without gravity. It's just that even though I set the region's attributes to water, the game doesn't recognize the player jumping in water at all, and stays with the Jump and Run controls. Does anyone have a method of making water the player can swim in that I can follow?

6
Ask a Question / Lives keep resetting back to 3
« on: September 22, 2015, 06:19:24 am »
I've been making a platforming game with a lives system, when the character runs out of health or falls off the screen, it loses a life, but when the scene reloads, the lives go back to the starting value of 3.  Can anyone help? I've done the life system in the scene behaviour mostly if that helps.

7
Ask a Question / Re: Need help with my new game.
« on: November 15, 2013, 08:45:32 am »
Well, I've made this along with a description that states what I want the game to do.
http://www.stencyl.com/game/play/22560

8
Ask a Question / Re: Need help with my new game.
« on: November 14, 2013, 04:03:27 am »
Thanks for those, I think I have to use events for these, It's just that I can't find any IF Blocks.

9
Ask a Question / Need help with my new game.
« on: November 13, 2013, 07:49:18 am »
http://tagbagmage.tumblr.com/

Hello again, I'm making a much more simple game called Scrat the Bat, but there are few bugs with it, please leave some solutions to sort these problems out.

1. Enemies don't change sprites when turning around.
2. The behaviour for dying lets Scrat die from only one enemy.
3. I made my own tileset, but all the tiles are all scrambled, the ones in this picture should be brown.
4. Sometimes Scrat will slip inside the tiles by walking into the side of them.

I'll update this if I run into any more problems. Hope you can solve them.

10
Windows / Mac / Flash / HTML5 / Scrat the Bat Announcement
« on: November 13, 2013, 07:26:36 am »
http://tagbagmage.tumblr.com/

Hello again, I'm making a much more simple game called Scrat the Bat, but there are few bugs with it, please leave some solutions to sort these problems out.

1. Enemies don't change sprites when turning around.
2. The behaviour for dying lets Scrat die from only one enemy.
3. I made my own tileset, but all the tiles are all scrambled, the ones in this picture should be brown.
4. Sometimes Scrat will slip inside the tiles by walking into the side of them.

I'll update this if I run into any more problems. Hope you can solve them.

11
Ask a Question / How do I make a Mode 7 Racing game?
« on: November 04, 2013, 06:08:28 am »
Um, hi. I want to make a racing game in Mode 7, which is kind of Fake 3D in a sense. Have a look at these two links and tell me if this video and what I've written on this Wiki Page is possible in Stencyl.

http://www.youtube.com/watch?v=1ntffRUHvPA

http://dimensionfive.wikia.com/wiki/Magic_Kart

Pages: 1