Hello Guest

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

Pages: [1]
1
Support / Re: Whack-a-mole tutorial dust animation position
« on: July 25, 2013, 10:48:00 pm »
Sweet thanks a lot!

2
Support / Re: Whack-a-mole tutorial dust animation position
« on: July 24, 2013, 03:52:33 pm »
It is down and to the left of the mole. The dust sprites are anchored to middle center and same goes for the moles. For a quick fix I just added this:
Code: [Select]
new Vector3(mole.transform.position.x + 520, mole.transform.position.y + 200 Its a little hacky but it worked for now. I'd like to get to the bottom of it though! Thanks for the help.

3
Support / Whack-a-mole tutorial dust animation position
« on: July 24, 2013, 12:56:58 am »
So I have got the whack-a-mole tutorial pretty much finished with one problem.  My dust animation is not appearing directly on top of the mole it is down and to the left. The tutorial said it would be dynamically positioned. What can I do about this? Thanks!

Pages: [1]