Search found 32 matches

by amigaoneproductions
Sat Feb 12, 2011 1:21 pm
Forum: Designer bugs
Topic: Arrays no longer global
Replies: 2
Views: 10002

Re: Arrays no longer global

Thanks, that seems to work :-)

Now on to the next reason my program is failing, I'm getting a

Function p_hidelayer() not found! error, I'll see if I can see what is going on.

Seems this update is going to break quite a ffew of my older programs ;-)
by amigaoneproductions
Fri Feb 11, 2011 2:28 pm
Forum: Designer bugs
Topic: Arrays no longer global
Replies: 2
Views: 10002

Arrays no longer global

In Designer 2, if I set up an array in the Page Code eg. dim apple[10] apple[1]=1 apple[2]=2 fred="Hello" debugprint(apple[1]) If I then tried to access this variable inside the On Mouse Key Click of an object, i.e. a box on screen. it would work perfectly eg. debugprint(fred) debugprint(a...
by amigaoneproductions
Wed Sep 15, 2010 11:31 pm
Forum: Newbie questions
Topic: Where does this square plastic thing go ?
Replies: 6
Views: 9067

Re: Where does this square plastic thing go ?

I'm sure Andreas will send you the file by email if you ask him nicely :-)
by amigaoneproductions
Thu Jul 22, 2010 3:06 pm
Forum: Showcase
Topic: Two more Workbench games released on OS4Depot
Replies: 8
Views: 11438

Re: Two more Workbench games released on OS4Depot

Tarzin wrote:Sorry, wrong word! :oops:

Sequel -> skeleton or structure
In that case, yes, you are quite correct, that's how it was done :-)
by amigaoneproductions
Wed Jul 21, 2010 8:39 am
Forum: Showcase
Topic: Two more Workbench games released on OS4Depot
Replies: 8
Views: 11438

Re: Two more Workbench games released on OS4Depot

Hi, Yes, all those programs were written with Hollywood, or to be more precise, Hollywood Designer. You create sequel of your game with Designer and then insert your code in it? I've also try this method but it's diffcult to follow with large number of lines. BTW, great job (I did not any of your g...
by amigaoneproductions
Wed Jul 07, 2010 10:11 am
Forum: Showcase
Topic: Two more Workbench games released on OS4Depot
Replies: 8
Views: 11438

Re: Two more Workbench games released on OS4Depot

Hi,

Yes, all those programs were written with Hollywood, or to be more precise, Hollywood Designer, all were written on the SAM440 running OS4.
by amigaoneproductions
Sun May 09, 2010 11:08 pm
Forum: Showcase
Topic: Two more Workbench games released on OS4Depot
Replies: 8
Views: 11438

Two more Workbench games released on OS4Depot

I've just uploaded two more games to OS4Depot.

A couple of classics to pass the time :-)

OXO - Play 0's and X's against the Amiga OS4 Depot Link
Memory Tester - See how well you can remember sequences. OS4 Depot Link
by amigaoneproductions
Sun May 02, 2010 6:41 pm
Forum: Designer bugs
Topic: System freeze when adding sounds
Replies: 10
Views: 25068

Re: System freeze when adding sounds

Just a note to say that the bug still exists using the latest update (OS 4.1 Update 2) so it's not fixed yet.
by amigaoneproductions
Mon Apr 26, 2010 1:07 pm
Forum: Off topic
Topic: Can't post to this forum using Amiga
Replies: 2
Views: 4897

Re: Can't post to this forum using Amiga

If you can read this, then the problem has been resoved with OWB Version 3.25 :D
by amigaoneproductions
Sun Apr 25, 2010 9:22 am
Forum: Newbie questions
Topic: Filerequest Problem on Win
Replies: 4
Views: 6712

Re: Filerequest Problem on Win

Hi, It's your file request that is missing the "writemode" option, Try this : game$ = FileRequest("Select your Game.exe","",#REQ_SAVEMODE) We had a similar post about this a while ago, take a look at http://forums.hollywood-mal.com/viewtopic.php?f=4&t=5#p64 for more...