Screen Scrolling
rickierich

If something is printed at say -900 of the screen, does wade automatically put it at the right place or do I have to program that feature.

Also, can you drag the screen down with figures on mobile, or do you have to switch that feature on?

 

Thanks for your time in advance.

All 2 Comments
Gio

Hi

I'm not sure I understand the question, could you make an example of what you're trying to achieve?

The positioning of all SceneObjects is relative to (0, 0) which is the center of the scene and if you don't move the camera, that's also the center of the screen. By default each unit of the world is one pixel large, however this can change if you move the camera's z coordinate, or if you use scaling - that is if you set the minScreenSize and/or maxScreenSize properties of your scene.

There's a short video tutorial about screen size, and one about using the camera to move around the scene. I hope it helps.

rickierich

I was thinking of something more like scroll bars etc.

Post a reply
Add Attachment
Submit Reply
Login to Reply