Help me please!
-
How to transfer parameters between scenes? For example, how many and what objects are created in the first scene.
-
Is it possible to - how to change the brightness of the image? Contrast?
Help me please!
How to transfer parameters between scenes? For example, how many and what objects are created in the first scene.
Is it possible to - how to change the brightness of the image? Contrast?
There are several ways of doing that, such as by using globals, modules or saving to external file, or you can just pass parameters to another scene by including them in the options table in composer.gotoScene. You can read about that in the documentation: https://docs.coronalabs.com/api/library/composer/gotoScene.html
Have a look at filter.brightness and filter.contrast at https://docs.coronalabs.com/guide/graphics/effects.html
Welcome to the forums, but try to google first as your questions yield immediate results on the forums and in the documentation.
Thanks, filters i found before you answered)But can`t find about parameters…
Look for the work params on the documentation…
There are several ways of doing that, such as by using globals, modules or saving to external file, or you can just pass parameters to another scene by including them in the options table in composer.gotoScene. You can read about that in the documentation: https://docs.coronalabs.com/api/library/composer/gotoScene.html
Have a look at filter.brightness and filter.contrast at https://docs.coronalabs.com/guide/graphics/effects.html
Welcome to the forums, but try to google first as your questions yield immediate results on the forums and in the documentation.
Thanks, filters i found before you answered)But can`t find about parameters…
Look for the work params on the documentation…