New game for android

Show off your project created with Hollywood
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

New game for android

Post 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
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: New game for android

Post by airsoftsoftwair »

Nice! Were all those projects done with Hollywood?
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: New game for android

Post 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
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: New game for android

Post by airsoftsoftwair »

This will be available with the next update of Hollywood. See here: viewtopic.php?f=18&t=2181#p12487
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: New game for android

Post 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?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: New game for android

Post by airsoftsoftwair »

No, that's all not possible currently but could be achieved by writing some custom code using the APK Compiler.
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: New game for android

Post by xabierpayet »

i don´t understand how to code using the apk compiler, you will post a simple example to try
regards
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: New game for android

Post 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?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: New game for android

Post 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.
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: New game for android

Post by xabierpayet »

i do it, but i don´t understand how it work
Post Reply