1
Ask a Question / Re: Need help!
« on: January 19, 2014, 08:59:06 pm »
Do you mean face right or left when shooting, or to shoot two bullets at once in both directions?
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.
One idea would be to try using:I have done this and offset the distance by the size of the player so it looks like player is just touching the platform. The platform will still shake.
Always
Set x of self to x of platform
Set y of self to y of platform
http://www.stencyl.com/help/viewArticle/67When it hits the wall, the speed you're applying to the actor is still in effect, so that force sticks the actor to the wall.How do you do not colliding? I can only find if colliding. :I
When the actor collides with a wall, you will have stop the horizontal force. Something like,
If [if direction button] is down and not colliding on the [whatever side]
set X speed to [whatever]