QL Ruins ACT - 1st problem random number within a range of.

Anything QL Software or Programming Related.
User avatar
vanpeebles
Commissario Pebbli
Posts: 2816
Joined: Sat Nov 20, 2010 7:13 pm
Location: North East UK

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

Post 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 :)


User avatar
vanpeebles
Commissario Pebbli
Posts: 2816
Joined: Sat Nov 20, 2010 7:13 pm
Location: North East UK

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

Post by vanpeebles »

Image


User avatar
tofro
Font of All Knowledge
Posts: 2685
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

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

Post by tofro »

:o


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
User avatar
vanpeebles
Commissario Pebbli
Posts: 2816
Joined: Sat Nov 20, 2010 7:13 pm
Location: North East UK

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

Post 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


stevepoole
Super Gold Card
Posts: 712
Joined: Mon Nov 24, 2014 2:03 pm

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

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


User avatar
vanpeebles
Commissario Pebbli
Posts: 2816
Joined: Sat Nov 20, 2010 7:13 pm
Location: North East UK

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

Post by vanpeebles »

I don't think I can, but I'll have a read of the manual just in case :)


User avatar
vanpeebles
Commissario Pebbli
Posts: 2816
Joined: Sat Nov 20, 2010 7:13 pm
Location: North East UK

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

Post by vanpeebles »

Image


User avatar
Andrew
Aurora
Posts: 786
Joined: Tue Jul 17, 2018 9:10 pm

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

Post by Andrew »

Graphics looks great! Cannot wait to play the game!


User avatar
RalfR
Aurora
Posts: 870
Joined: Fri Jun 15, 2018 8:58 pm

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

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


4E75 7000
User avatar
vanpeebles
Commissario Pebbli
Posts: 2816
Joined: Sat Nov 20, 2010 7:13 pm
Location: North East UK

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

Post by vanpeebles »

Image


Post Reply