Jump to content



0

AUDV1 = AUDV1 - 1 doesn't work?


2 replies to this topic

#1 Random Terrain ONLINE  

Random Terrain

    Visual batari Basic User

  • 20,923 posts
  • Controlled Randomness
    Replay Value
    Nonlinear
  • Location:North Carolina (USA)

Posted Wed Sep 14, 2011 9:34 AM

AUDV1 = AUDV1 - 1 doesn't work, so I thought this would:

a = AUDV1 : a = a - 1 : AUDV1 = a


That doesn't seem to work either. Am I supposed to be using some kind of magic trick with AND or OR?



Thanks.

#2 SpiceWare OFFLINE  

SpiceWare

    Quadrunner

  • 5,990 posts
  • Medieval Mayhem
  • Location:Planet Houston

Posted Wed Sep 14, 2011 9:45 AM

The registers like AUDV1, GRP0, NUSIZ1, etc are write-only. You can't read what's been put in them.

#3 Random Terrain ONLINE  

Random Terrain

    Visual batari Basic User

  • 20,923 posts
  • Controlled Randomness
    Replay Value
    Nonlinear
  • Location:North Carolina (USA)

Posted Wed Sep 14, 2011 10:30 AM

View PostSpiceWare, on Wed Sep 14, 2011 9:45 AM, said:

The registers like AUDV1, GRP0, NUSIZ1, etc are write-only. You can't read what's been put in them.
Oh, thanks. I need to make sure that's clear on the bB page.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users