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

Pages: 1 2 3 4 ... 171
16
En el mismo lugar donde encontraste un bloque para reproducir sonido, Stencyl tambiƩn tiene bloques para parar el sonido.

17
my understanding is that I would code this by checking whether the x-center and y-center of the letter puzzle piece is close to the x-center and y-center of the intended area (region?).
Yes, but I would use simple actors instead of regions or tiles.

My letter tiles are 40x40px - please let me know if 32x32px is a better size to work with.
Both sizes are appropriate, it's just a matter of taste.

If you still haven't managed to do it, let me know and tomorrow I will give you the project file of this game.


18
Ask a Question / Re: Layer order ignored
« on: July 02, 2020, 05:02:57 am »
@omizu99, if you suspect that it is a bug, you could report it in the Issue Tracker

19
Ask a Question / Re: Unexpected behavior by actor
« on: June 17, 2020, 04:43:27 am »
But, if you need the ball to bounce from something, then you should ignore my previous suggestions and use this other:

When the ball hits a bubble, use this block: 

And when the bubble bursts, use this block: 

Blocks found here:


20
Ask a Question / Re: Unexpected behavior by actor
« on: June 17, 2020, 04:12:56 am »
Try making the ball actor a sensor, instead of the bubble actor.

21
Ask a Question / Re: Unexpected behavior by actor
« on: June 17, 2020, 02:06:39 am »
Make the bubble actor a sensor:


22
When  you 'pick up' a shape:
 
- Create an invisible axis actor at the mouse position.
- Create a revolute joint between the axis actor and the shape actor.
- Create a mouse joint for the axis actor.
- Set the angular damping to 10 for the shape actor.


24
Ask a Question / Re: Enemy AI
« on: June 14, 2020, 12:14:15 pm »
To get the specific distance between two actors, you can use the wonderful, excellent, magnificent and impressive EasyMath extension: http://community.stencyl.com/index.php/topic,27769.0.html

I use it a lot.

25
Sometimes I read in the forum that regions can be problematic in terms of performance.
If it's hundreds of actors, I would use Simple actors, or even Minimal actors:


26
...but I still need the actor to check for that 'active' attribute which it cannot do as it belongs to the scene.
Do you know that you can use this red block in any actor?:
 


Found here:
 


More info: http://www.stencyl.com/blocks/viewCategory/behavior-atts/scene-get-attribute

27
I am unable to understand your explanations.
Can you explain graphically what you want to do? (with images, not with words only)

28
Ask a Question / Re: Text
« on: June 07, 2020, 05:00:53 pm »
Your actor was empty. When I add at least a single transparent frame to the actor, the problem is solved.
Now, the text will obey whatever coordinates you set for the actor. Also, enabling the "Allow Scale Switching" option in the Game Settings makes the text look better, without pixelation.

You can check it in the .stencyl file attached to this post.
(File > Import Game)

29
Ask a Question / Re: Calculate the degrees?
« on: June 07, 2020, 12:32:45 am »
You can use the wonderful, excellent, magnificent and impressive EasyMath extension:
http://community.stencyl.com/index.php/topic,27769.0.html

I use it a lot.

30
Ask a Question / Re: Text
« on: June 06, 2020, 11:56:19 pm »
This is really weird. That's literally the only code.
Can you post the .stencyl file?
(File > Export Game)

I would like to check it.

Pages: 1 2 3 4 ... 171