Hollywood Asteroids source files

The place for any Hollywood tutorials
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Hollywood Asteroids source files

Post by jalih »

Hi all,

I have put all the files available here.

Have fun!
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Re: Hollywood Asteroids source files

Post by jalih »

Updated source files...

- Added highscores
- Some modifications to containenr "classes"
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Re: Hollywood Asteroids source files

Post by jalih »

Fixed a couple of bugs...

Please re-download and test!
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Re: Hollywood Asteroids source files

Post 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.
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Hollywood Asteroids source files

Post 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
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Re: Hollywood Asteroids source files

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

Re: Hollywood Asteroids source files

Post 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...
HelmutH
Posts: 198
Joined: Fri Feb 19, 2010 1:41 pm
Location: Oberhausen / Germany
Contact:

Re: Hollywood Asteroids source files

Post 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
greeting Helmut
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Re: Hollywood Asteroids source files

Post 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!
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Re: Hollywood Asteroids source files

Post 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.
Post Reply