Project

General

Profile

Bug #246

Volume does not affect Boom, Shoot, or Bell (other than on/off)

Added by Brian Flanagan about 4 years ago. Updated about 2 years ago.

Status:
New
Priority:
Low
Assignee:
AOZ Studio Team
Target version:
-
Start date:
02/21/2020
Due date:
% Done:

0%

Estimated time:
2:00 h
Affected version:

Description

0 volume = off
1-63 = full volume (FAIL!)

#manifest:"amiga"
#speed:"safe"

V=63:K=0
BEGIN:
Locate 0,0
Print V,K
While Mouse Key = 0 : Wend
K=Mouse Key:Locate 0,0:Print V,K
If K=1 Then V=V-1:If V=<0 Then V=0
If K=2 Then V=V+1:If V>63 Then V=63
Volume V
Bell
' substitute Boom or Shoot above.  The result is the same:  Only on/off.
While Mouse Key <> 0 : Wend
GoTo BEGIN

Also available in: Atom PDF