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.


Topics - Apamaster

Pages: 1 2 3 4
1
Ask a Question / Game alpha Super Maria
« on: August 19, 2022, 01:13:52 pm »
That eis a alpha demo. see
https://apamaster.itch.io/super-maria

2
Ask a Question / ¿where to upload the game demos?
« on: August 17, 2022, 06:38:52 pm »
In which web server can the html5 demos be uploaded so that others can see it?

3
Ask a Question / Slopes with actors on the floor
« on: August 15, 2022, 07:00:04 pm »
I found looking elsewhere this idea to solve the problems of the slopes, now the idea would be to recreate this in stencil, I have not tried it since the idea is new. if someone wants to try to do it, since it will take me time to do it.

4
Ask a Question / actor platform stuck
« on: August 13, 2022, 07:04:45 am »
I have these blocks, but when walking above them at some point the player gets stuck, I don't understand why he collides from both sides if he is below the collision, any ideas?

5
Ask a Question / technical consultation
« on: August 11, 2022, 06:15:34 pm »
Inside when updating is it good to complete it with trigger events without the need to complete it with more code?

6
Ask a Question / Extend the edge for the jump.
« on: August 10, 2022, 03:24:52 pm »
I have the problem that when reaching the end of the platform. I need it to extend a few more pixels so that I can make a better jump. How could I achieve that without modifying the player's collision?

7
Ask a Question / collision detection fails in actor
« on: January 23, 2022, 03:19:38 am »
I have a problem with the act of type collision, when my player jumps on the enemy he dies, but if he jumps on the enemy and when he touches him he jumps again he does not die, and my player jumps on him without dying.
the behavior is in the enemy actor.

8
Ask a Question / Strange event in html5
« on: August 09, 2021, 09:40:35 am »
When testing the game in html5 it happens that after a few seconds or minutes the browser screen turns black and it remains like this, any idea of what it may be, it happens in chrome and edge. create a blank level with the character alone and it keeps happening.

9
Ask a Question / Full Screen HTML5?
« on: July 25, 2021, 04:33:20 pm »
There is some way to create fullscreen on the web, the idea is to be focused on the web and when you want full screen, hang on and take up the entire screen. and when you want the screen to be minimized.

10
Ask a Question / slow collision sensor why?
« on: June 10, 2021, 11:36:15 am »
I have created an actor that is of the sensor type its collision. but do not know that the player when it collides with it slows down, when there should be no collision since it is a sensor.
Why does this happen that the actor with sensor acts as a soft collision?

11
Ask a Question / Tiles or actors?
« on: June 04, 2021, 06:50:42 pm »
I have a doubt, in the performance of the game, create actors or create tiles which are the most optimal.
as an example mario boxes would be better if they are actors or tiled.
Actors is easier to configure the tiles a little more complex. Or a hybrid between the two? For example, an actor creates a tile and then the actor is killed to leave the tiled in its place, since the tiles are created by giving them coordinates, and instead the actors can be placed manually and when the actor dies it leaves the tiled in its coordinates created.

12
Ask a Question / Apply layered effects
« on: June 03, 2021, 11:39:43 am »
I want to apply effects on the brightness layers or other effects on specific layers.
I only found that shaders can be applied but on the whole screen and not by layers. Is it possible to apply effects to specific layers? I don't want to use blnad modes of the layers in the level editor.

13
Ask a Question / What are the minimum requirements.
« on: May 30, 2021, 05:18:49 pm »
Create a test set with an invel always, to test the mechanics.
Now compiled in windows take the files and take it to two PCs.
One is an Intel Athom 450, the game tiles were not visible, something that would be from the pc.
Then I had it on an athlon 64 x2 and in that one you could see the problems but the performance in full screen was devouring all the CPU. and it slowed down.
Just to know what types of pc would the games walk on?

14
Ask a Question / How created a virtual joystick in android?
« on: May 05, 2021, 02:23:17 pm »
I want to create a virtual joystick in android, but I can't find any example of how to apply it.
How to put the buttons, how to detect if it is pressed or stopped pressing etc. any tutorial or demo exists to see?

15
The question is what is the difference between creating an event for a key, and using an input in an event.
I can't find the difference or it's just a different way of organizing things.

Pages: 1 2 3 4