Page 1 of 2

Hollywood Asteroids source files

Posted: Sun Jan 11, 2015 9:58 am
by jalih
Hi all,

I have put all the files available here.

Have fun!

Re: Hollywood Asteroids source files

Posted: Mon Jan 12, 2015 6:42 pm
by jalih
Updated source files...

- Added highscores
- Some modifications to containenr "classes"

Re: Hollywood Asteroids source files

Posted: Mon Jan 12, 2015 8:11 pm
by jalih
Fixed a couple of bugs...

Please re-download and test!

Re: Hollywood Asteroids source files

Posted: Mon Jan 12, 2015 8:39 pm
by jalih
Could someone with the current Hollywood version download the source package and test it for me?

I am developing with Windows version of Hollywood 4.8 and there seems to be a bug with the string requester. It seems that after the highscore requester, the keyboard input stops to function correctly (no shooting and shield using possible). I have the newest AmigaOS4 version of Hollywood but don't have my AmigaOS4 machine available right now.

Re: Hollywood Asteroids source files

Posted: Wed Jan 14, 2015 12:21 pm
by Allanon
Hello jalih,
I've tested your really nice game :)
No problem on the string requester but I got an error after the hiscore:

Code: Select all

Music 1 is not currently playing
File: hscore.hws (current line: 30 - In function: StopMusic

Re: Hollywood Asteroids source files

Posted: Wed Jan 14, 2015 5:25 pm
by jalih
Allanon wrote:Hello jalih,
No problem on the string requester but I got an error after the hiscore:

Code: Select all

Music 1 is not currently playing
File: hscore.hws (current line: 30 - In function: StopMusic
Thanks, that should be fixed now.

I also got rid of the string requester as it was giving me problems with older Hollywood version and replaced it with something simple and ugly that works for me.

Re: Hollywood Asteroids source files

Posted: Thu Jan 15, 2015 2:47 pm
by airsoftsoftwair
Tested it, looks really smooth.

How about a jump'n'run game engine as a next challenge? AFAIK nobody has written a jump'n'run engine in Hollywood so far...

Re: Hollywood Asteroids source files

Posted: Fri Jan 16, 2015 3:17 pm
by HelmutH
Hi jalih
I have tested your new version on my AOne with OS4.1.5 and Hollywood version 5.3 and
I can rotate the spaceship and can use the shield function after the entries in the highscore requester.
But I found another point, I played the game 5 time, but in the Highscore was only 2 entries.
Also I had played an higscore from 3600 in position 1 and 2300 in position 2.
In the next game i come on an higscore from 4350, this entry overwrite the position 1,
but don't move the highscore from 3600 to position 2 and the 2300 highscore to position 3 (see screenshot). I hope you can understood what I mean.
Image

Re: Hollywood Asteroids source files

Posted: Fri Jan 16, 2015 6:49 pm
by jalih
HelmutH wrote:Hi jalih
But I found another point, I played the game 5 time, but in the Highscore was only 2 entries.
Also I had played an higscore from 3600 in position 1 and 2300 in position 2.
In the next game i come on an higscore from 4350, this entry overwrite the position 1,
but don't move the highscore from 3600 to position 2 and the 2300 highscore to position 3 (see screenshot). I hope you can understood what I mean.
Thanks, that was my stupid mistake...

Fixed and download package updated!

Re: Hollywood Asteroids source files

Posted: Sat Jan 17, 2015 1:00 pm
by jalih
airsoftsoftwair wrote: How about a jump'n'run game engine as a next challenge? AFAIK nobody has written a jump'n'run engine in Hollywood so far...
Actually, I almost have a simple working tilemap engine done for my framework. After it's finished, then the jump'n'run style games with scrolling backgrounds should be simple enough to do.