Login
Back to forumSee the full topicGo to last reply

Posted By

Chicken
on 2009-03-16
08:10:35
 Re: Random for Real

Luca...

Are you playing back the digis with the first timer ($ff00/1)? Then you'll probably end up with the same values over and over again because you are fetching the registers at the same position(s). Same for $ff1e (as Gaia already pointed out).

If I'm not sure the values I want are matching my expactations I usally do something like this (crude example just for illustrating what I mean):

0 GRAPHIC 1,1
1 X=PEEK(DEC("FF1E"))
2 Y=PEEK(DEC("FF1D"))
3 DRAW 1,X,Y
4 GOTO 1

You can tell, that there are the same values after a couple of loops... Try pressing some keys for a change then wink



Back to top


Copyright © Plus/4 World Team, 2001-2024