Page 2 of 3

Re: Need help to understand some code, random number within a range of.

Posted: Mon Jan 13, 2020 11:30 am
by vanpeebles
I have now started work on my next ACT game, and this random element will be quite important. So I might have more questions. I'll make this my game thread :)

Re: My next game on ACT - 1st problem random number within a range of.

Posted: Mon Jan 13, 2020 2:08 pm
by vanpeebles
Image

Re: My next game on ACT - 1st problem random number within a range of.

Posted: Mon Jan 13, 2020 2:57 pm
by tofro
:o

Re: My next game on ACT - 1st problem random number within a range of.

Posted: Tue Jan 14, 2020 1:05 pm
by vanpeebles
Currently working on the room art, 22 pictures in total, and each page will have a small graphic that matches the room location

Image

Re: My next game on ACT - 1st problem random number within a range of.

Posted: Tue Jan 14, 2020 2:45 pm
by stevepoole
Hi,
I have written some routines to emulate all superbasic's random functions.

But if ACT cannot acces superbasic, then no doubt you cannot use my routines either ?

Catch 22...

Steve.

Re: My next game on ACT - 1st problem random number within a range of.

Posted: Tue Jan 14, 2020 2:48 pm
by vanpeebles
I don't think I can, but I'll have a read of the manual just in case :)

Re: My next game on ACT - 1st problem random number within a range of.

Posted: Tue Jan 14, 2020 3:16 pm
by vanpeebles
Image

Re: My next game on ACT - 1st problem random number within a range of.

Posted: Wed Jan 15, 2020 8:56 am
by Andrew
Graphics looks great! Cannot wait to play the game!

Re: My next game on ACT - 1st problem random number within a range of.

Posted: Wed Jan 15, 2020 9:37 am
by RalfR
stevepoole wrote:Hi,
I have written some routines to emulate all superbasic's random functions.

But if ACT cannot acces superbasic, then no doubt you cannot use my routines either ?

Catch 22...

Steve.
No, because ACT creates executables. You can just implement machine code.

Re: My next game on ACT - 1st problem random number within a range of.

Posted: Wed Jan 15, 2020 2:14 pm
by vanpeebles
Image