Topic: About subtitles

Hi,

I've got a question about subtitles in Maratis. How I can make them in my game?

Thanks.

Re: About subtitles

Hi,

you can create a scene for the GUI of your game, with a camera in "ortho" mode (2d),
in this scene place your items and a text object for your subtitles.

You can enable a scene layer in script using enableCameraLayer

and you can change the text content using setText

Re: About subtitles

Thanks

Re: About subtitles

but how to access to text of a different scene?
no problem smile
found

scene2 = getScene("scene2")
scene2object = getObject(scene2, "object")

Last edited by SadWolf (2013-03-22 17:10:35)