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

Pages: 1
1
Ask a Question / Bye bye Flash Player
« on: September 26, 2020, 04:48:14 pm »
In a few months, Google Chrome will stop supporting Flash Player.
Are the Stencyl arcade games going to be deleted?
Publish the game to Flash Player or Flash Browser will still work?

2
Ask a Question / Screen size
« on: July 27, 2020, 06:11:01 pm »
If the screen size of the game is bigger than the screen of the device ¿Does the game crash or turns smaller?

3
Ask a Question / Re: Coin Problem
« on: July 23, 2020, 06:11:15 am »
(I'm spanish so sorry if a make mistakes while writing this)

Well, I just run into a problem while making HUD that shows the amount of coins you have collected

The problem I have is that the number showed doesn't increase by 1 per coin (what I've ordered to), it increases by the amount of coins left in the scene (for example, if there are 15 coins in the scene, when I collect the first one, the HUD will increase by 15; with the next one, it will increase by 14 and so on)

These are some photos about the code I use for it. The first one is from the "Coins HUD" Actor. The second one is the code attached to the "Coin" actor. The last one is from the main scene.

If you need more information to solve my question, I would provide it gladly

Thank you

P.D.: "Monedas" means "Coins" in Spanish. I hope you don't need to use a translator  ;D

I speak Spanish too, so I will explain it in Spanish.

Tu código se activa cuando "el jugador" toca "una moneda",  pero ese código lo tienen todas las monedas. Entonces cuando el jugador toca una moneda, las 15 monedas se activan porque "el jugador" tocó "una moneda". Lo que tienes que hacer es cambiar el evento "el jugador" toca "una moneda" por el evento cuando "tú" tocas "al jugador"
Donde dice "Actor" eliges "Self", que se refiere solo a la moneda que toca el jugador y no todas a la vez, y donde dice "Actor Type" eliges Jugador. El comando Kill, lo puedes dejar en Kill "Self" o Kill "1st actor", ambos se refieren a la moneda misma.

4
Ask a Question / Re: Why is this happening??
« on: July 23, 2020, 06:06:21 am »
Please watch the video attached and tell me why are they not connected??

What do you mean with "connected"?
If you mean that they appear really far, maybe you have the magnet activated.

5
Ask a Question / Re: Blank game in Stencyl Arcade
« on: July 23, 2020, 05:57:30 am »
You possibly need to enable flash player on your browser.

I can play another games from Stencyl Arcade, even one that I uploaded years ago.

Could it be the computer? Cause I uploaded the other game from another computer.

6
Ask a Question / Re: Blank game in Stencyl Arcade
« on: July 23, 2020, 05:56:55 am »
You possibly need to enable flash player on your browser.

I can play another games from Stencyl Arcade, even one that I uploaded years ago.

7
Ask a Question / Blank game in Stencyl Arcade
« on: July 22, 2020, 06:49:59 pm »
I publish my game in Stencyl Arcade and it uploads successfully. But when I check, the game does not work and it stays blank.

What can I do for the game to work right?

Pages: 1