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

Pages: 1 2 3 ... 11
1
Ask a Question / Stencyl on Windows tablet
« on: January 15, 2024, 07:59:35 am »
Would Stencyl engine run on a windows tablet? If so, would anyone share his/her experience? Thank you very much!

2
Ask a Question / Re: How big my scene should be?
« on: April 30, 2020, 06:27:30 pm »
Thanks for your reply. I guess I'll have to start with your suggestions. Cheers.

3
Ask a Question / How big my scene should be?
« on: April 29, 2020, 07:24:40 pm »
Yeah. How do you come to the conclusion on which dimensions should be? or, What requisites(if you will) would you take into account in order to set the size of your game scenes? Thanks in advance.

4
Ask a Question / Re: How to make a collision system based on color?
« on: December 09, 2017, 05:24:42 pm »
Opposite  direction of the perpendicular. Does that makes sense to you?
Yes. I think it is important to consider what merrak has said.
Yes, indeed. @Merrak: I'm sorry I didn't react to your comment before. But I will give it a try.  Thank you.

5
Ask a Question / Re: How to make a collision system based on color?
« on: December 09, 2017, 04:17:29 pm »
Once the character overlaps the red area, you want it to bounce... in what exact direction?
Opposite  direction of the perpendicular. Does that makes sense to you?

6
Ask a Question / Re: How to make a collision system based on color?
« on: December 09, 2017, 03:07:46 pm »
If the black area is a perfect circle, you could use maths.
I want to apply to the system to irregular surroundings. But I'm interested on the use of maths. Please, teach me.

7
Ask a Question / Re: How to make a collision system based on color?
« on: December 09, 2017, 02:58:04 pm »
Is your image just a mockup, or the final piece? Because if you're using basic shapes, like circles you can use maths. (e.g pythagoras theorum)

Alternatively you can use the tile API and assign each coloured tile a text value that you recall on collision.
No, it is not the final product. I know it is possible, but I cannot find a way to make the image API to work.

8
Ask a Question / Re: How to make a collision system based on color?
« on: December 09, 2017, 02:53:04 pm »
Why don't you want to use terrain or collision boxes?
Well, I want to reduce the memory consumption to the minimum.

9
Ask a Question / How to make a collision system based on color?
« on: December 09, 2017, 02:37:07 pm »
I need help to make a collision system based on color. The character at the center of the image can move freely within the black area. But once the character overlaps the red area, It would bounce back to the black area or at least stops at the edge of it. I don't want to use terrain or collision boxes. Thanks for your time.

10
Ask a Question / Re: How to make an object to rotate in line of another?
« on: November 19, 2017, 12:20:25 pm »
@Desperado: Thank you!


11
Ask a Question / How to make an object to rotate in line of another?
« on: November 18, 2017, 06:58:05 pm »
As showed in fig. 1, we have two square: 1 and 2. When square 1 rotates in its axis the other follows(fig. 2). Can it be done with the images api and objects? Thanks.

12
Ask a Question / Re: [SOLVED] How to make typewritten text?
« on: September 01, 2017, 07:28:13 pm »
@RosalinaGalaxer, that is not scrolling text, that is typewritten text.
   
You can easily make it in this way:
   

   
The result:
   
<a href="http://static.stencyl.com/games/37396-0.swf" target="_blank" class="new_win">http://static.stencyl.com/games/37396-0.swf</a>


Excellent, Liberado. Ididn't think of that. It's so simple. 

13
Extensions / Re: Change Audio Pitch [V 1.0]
« on: August 08, 2017, 07:11:29 pm »

14
Hi Stefan!


1.) Why is Stencyl the game engine of your choice?[/size]2.) Have you ever tried another engine, and why don't you use it anymore?3.) Do you have serious plans in chasing a gamedev career, or is this just a hobby?4.) What are your biggest fears/challenges as a (hobbyist) game developer?5.) How long do you prefer each tutorial to be?6.) How often would you like to see a new video being uploaded?7.) What are you missing in my tutorials?8.) Would you like to have more detailed explanations of complex functions?9.) If I would also create paid tutorials series, would you be interested in buying them, and why?10.) Would you like to actively help and spread TiS content if there was a reward system in place?


1. Because Stencyl allows me to code. I'm not good at that. I've tried many times, but with no success.
2. Yes, I have. I don't use them because I don't want to spend time learning how to use them. The time I have is for making games.
3. I would like to make career. But to tell you the truth, this is a very difficult field to be successful. There is a lot of competition.
4. Well, not having enough time to work on my projects and try to work with no motivation at all.
5. As long as you can. The longer the better.
6. At least, one a week.
7. I think they are really good.
8. Definitely.
9. I would be interested if the tutorial is something I have always wanted to know. You could choose a subject from the most requested and make it extensive.
10. Yes.

15
Journals / Re: 3D FIRST PERSON DEMO!!!!!
« on: June 08, 2017, 06:46:17 am »
You've made it!! Is that similar to how the first DOOM was done?

Pages: 1 2 3 ... 11