Ήχος#
Εισαγωγή#
Οι μέθοδοι ήχου αναπαράγουν ενσωματωμένους ήχους VEXcode μέσω του υπολογιστή που εκτελεί το VEXcode και στον οποίο είναι συνδεδεμένο το V5 Brain.
Παρακάτω είναι μια λίστα με όλες τις μεθόδους:
Ενέργειες — Αναπαραγωγή ήχων.
play_vexcode_sound— Play a built-in VEXcode sound through the computer.
Ενέργειες#
play_vexcode_sound#
play_vexcode_sound plays a built-in VEXcode sound through the computer running VEXcode that the V5 Brain is connected to.
Usage:
play_vexcode_sound(sound)
Παράμετρος |
Περιγραφή |
|---|---|
|
The sound to play: |
# Play the game over sound
play_vexcode_sound("game over")