Andreas you can do it, cheer up!
But first we have a stable version of MorphOS running on x64 machines.
Search found 521 matches
- Thu Oct 31, 2019 10:20 am
- Forum: Wishlist
- Topic: Hollywood for MorphOS x64
- Replies: 3
- Views: 487
- Tue Oct 29, 2019 8:16 pm
- Forum: Showcase
- Topic: New Game: AI
- Replies: 3
- Views: 294
Re: New Game: AI
Really, is there one ChrstianDevs Speedgame 2019? And in USA? Besides to programming you are praying the event?
- Wed Oct 16, 2019 12:48 pm
- Forum: Tutorials
- Topic: Balloons - a Scratch tutorial written in Hollywood
- Replies: 6
- Views: 1224
Re: Balloons - a Scratch tutorial written in Hollywood
The idea is very easy and it won't take you long, other thing is you want make a game with professional purposes, and the 75% of programming already you done, and your example is a good idea to make a game for kids, without violence.
- Tue Oct 15, 2019 1:31 pm
- Forum: Tutorials
- Topic: Balloons - a Scratch tutorial written in Hollywood
- Replies: 6
- Views: 1224
Re: Balloons - a Scratch tutorial written in Hollywood
Hi, I downloaded your source example, and I have one suggestion, you can make the game for kids, shot to the balloons, change the mouse pointer for a peephole, add highscore list, different points for balloons color, etc.
- Fri Oct 04, 2019 3:40 pm
- Forum: Wishlist
- Topic: A good Playlist example without use the RapaGUI
- Replies: 1
- Views: 461
Re: A good Playlist example without use the RapaGUI
Uffs, this wish is for Hollywood not for Designer, sorry.
- Fri Oct 04, 2019 11:55 am
- Forum: Wishlist
- Topic: A good Playlist example without use the RapaGUI
- Replies: 1
- Views: 461
A good Playlist example without use the RapaGUI
Yes, again a good example to functional playlist without need the RapaGUI and it run in all systems and for all Hollywood programmers, because yes still I don't get it the playlist with the files and folders to browse and choose them, this exampla I think very good for all because we make with Holly...
- Sat Sep 28, 2019 6:42 pm
- Forum: Newbie questions
- Topic: Cannot find font Albertus Extra Bold on this system!
- Replies: 8
- Views: 340
Re: Cannot find font Albertus Extra Bold on this system!
You have one copy of the font in the same drawer with your project and with Thomas same name to make the executables.
- Mon Sep 23, 2019 12:09 pm
- Forum: Announcements
- Topic: The Awesome Autumn iOS Plugin Bash 2019
- Replies: 6
- Views: 658
Re: The Awesome Autumn iOS Plugin Bash 2019
Hello Andreas, I donwloaded the new plugin AHX from your site and there it is written version 1.3 but the lha file has the 1.2 version, in the readme and installer script also is wrote the same version.
- Sat Sep 21, 2019 8:38 pm
- Forum: General plugin questions
- Topic: Load files from one zip file with password
- Replies: 4
- Views: 1302
Re: Load files from one zip file with password
Yes, and thank you, the idea is to use zip files with the data from games, and with password you protect them, or in case of maje a strip poker that ypu can see the videos or pictures witout play the game.
- Wed Sep 18, 2019 10:31 pm
- Forum: General plugin questions
- Topic: Load files from one zip file with password
- Replies: 4
- Views: 1302
Re: Load files from one zip file with password
The instruction not find the zip file, I write: zip.SetDefaultPassword(1, "Sexy") zip.SetDefaultPassword(1, "DataGame2.zip", "Sexy") zip.SetDefaultPassword("DataGame2.zip", "") The three forms but with same result, file doesn't find. And I can't open the zip file to get the graphics as with zip file...