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

Pages: 1
1
Suggestion Archives / Re: Mini-Suggestion Thread
« on: May 24, 2016, 04:12:39 pm »
I have found a handful of times were a "Screen Width-Half" and "Screen Height-Half" would come in useful.

2
Bug Archives / Re: Cannot Right Click on Things in Dashboard
« on: May 18, 2016, 06:30:38 am »
Add to this post, sorry, didn't know if I needed to post the logs or not.

3
Bug Archives / Cannot Right Click on Things in Dashboard
« on: May 17, 2016, 01:44:57 pm »
Title pretty much says it, the right-click dropdown won't come up unless you left click on it first.

 I'm on window 10 running build 9170

4
Ask a Question / Re: Centering actors relative to screen size
« on: May 15, 2016, 01:05:42 pm »
The way I've done it is:
Code: [Select]
[Set X to [[Screen Width] - [Width of (Actor)] / 2] for (Actor)]

5
I think this might be the problem, but it's marked as resolved so read through it and try the solutions listed there:
http://community.stencyl.com/index.php?issue=46.0
That was it. Thanks!

6
Does changing the position before anchoring make any difference?
No difference.
Also is your scene height at least as large as your screen height?
Yes,  using the suggested 320 for the screen and the scene is 512.
Are you sure there isn't any space at the bottom of the actor you are positioning, alpha space that makes the gap?
Just double checked, and no.

7
This is what I get when running on a Nexus 7:

8
My question is, what's the best way to make an actor stay on the very bottom on the screen  (like a HUD) for all mobile devices with Scale to Fit (Full Screen)? Anchoring actor to screen gets me close, it works for the Moto X (2014), but for the Nexus 7 it leaves space below it. I feel like "Setting the Y position for actor to Screen Height - Height of Actor" should do it, but it doesn't. If anyone has a suggestion on how to do this, it would be much appreciated.

I'm running build 8868.

Pages: 1