Yup, there are always lots of ways.
Code:if buttonB then volume = volume - Vstep ; subtract the step if volume.15 then volume = 0 ; zero if it went negative endif
Yup, there are always lots of ways.
Code:if buttonB then volume = volume - Vstep ; subtract the step if volume.15 then volume = 0 ; zero if it went negative endif
Last edited by Darrel Taylor; - 17th September 2011 at 04:45. Reason: step is a reserved word
DT
Bookmarks