w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
Game Development
Phaser
Sound
AudioSprite
Language
Default
Markdown
AudioSprite#autoplay
autoplay
: boolean
Is a sound set to autoplay or not?
Source code:
sound/AudioSprite.js
(
Line 48
)
Links:
http://phaser.io/docs/2.6.2/Phaser.AudioSprite.html#autoplay
doc_phaser
2017-02-14 10:36:20
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
AudioSprite#AudioSprite
new AudioSprite(game, key) Audio Sprites are a combination of audio files and a JSON configuration.The JSON follows the format of that created by h
GameObjectCreator#audioSprite()
audioSprite(key) → {Phaser.AudioSprite} Creates a new AudioSprite object. Parameters Name Type Description key string The Game.cache key of the
AudioSprite#get()
get(marker) → {Phaser.Sound} Get a sound with the given name. Parameters Name Type Description marker string The name of sound to get. Returns
Sound#autoplay
autoplay : boolean Boolean indicating whether the sound should start automatically. Source code: sound/Sound.js (Line 57)
Loader#audiosprite()
audiosprite(key, urls, jsonURL, jsonData, autoDecode) → {Phaser.Loader} A legacy alias for Loader.audioSprite. Please see that method for documenta
Return to View
Please login to continue.