Page 1 of 2

New game for android

Posted: Thu Jan 23, 2020 4:47 pm
by xabierpayet
Sliding Puzzle DX is a new and free game for android done with hollywood, download from
https://play.google.com/store/search?q=xabierpayet

Re: New game for android

Posted: Mon Jan 27, 2020 9:59 pm
by airsoftsoftwair
Nice! Were all those projects done with Hollywood?

Re: New game for android

Posted: Mon Jan 27, 2020 11:13 pm
by xabierpayet
yep, i will upload 5 or 6 more in the next days
i still finding how to remove the navigation bar, i don´t find the key to do it

Re: New game for android

Posted: Thu Jan 30, 2020 10:18 pm
by airsoftsoftwair
This will be available with the next update of Hollywood. See here: viewtopic.php?f=18&t=2181#p12487

Re: New game for android

Posted: Fri Jan 31, 2020 12:39 am
by xabierpayet
i´m waiting for it, is possible make a photo without open the camera? (This will help a lot with stop motion programs and time lapses)
for example using this?
ImageRequest(1, #REQ_CAMERA_quiet)
must be possible save videos as the camera requester does with photos?
must be possible to save sounds?

Re: New game for android

Posted: Sat Feb 01, 2020 12:50 pm
by airsoftsoftwair
No, that's all not possible currently but could be achieved by writing some custom code using the APK Compiler.

Re: New game for android

Posted: Sat Feb 01, 2020 8:28 pm
by xabierpayet
i don´t understand how to code using the apk compiler, you will post a simple example to try
regards

Re: New game for android

Posted: Sun Feb 02, 2020 10:54 am
by lazi
xabierpayet wrote: Thu Jan 23, 2020 4:47 pm Sliding Puzzle DX is a new and free game for android done with hollywood, download from
https://play.google.com/store/search?q=xabierpayet
Is there any change to release those games for Amga platforms too?

Re: New game for android

Posted: Sun Feb 02, 2020 11:02 am
by airsoftsoftwair
xabierpayet wrote: Sat Feb 01, 2020 8:28 pm i don´t understand how to code using the apk compiler, you will post a simple example to try
regards
Check out the APK Compiler docs... there is a simple example how to run custom Java code.

Re: New game for android

Posted: Sun Feb 02, 2020 12:10 pm
by xabierpayet
i do it, but i don´t understand how it work