Changes between Initial Version and Version 1 of Ticket #948


Ignore:
Timestamp:
Sep 7, 2011, 12:23:48 AM (13 years ago)
Author:
brian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #948

    • Property Keywords simple added
  • Ticket #948 – Description

    initial v1  
    11
    22We want all buttons to sound the same. To avoid editing all the onPress functions scattered throughout, we should add an attribute that can reference the sound file. Ideally, this attribute would be included in the style so it would only have to be changed in one place.
     3
     4
     5It will probably involve adding another GUI property and making CButton detect it and do whatever PlaySound does.