Contents

stop()

Creates an action that tells an audio node to stop playback.

Declaration

class func stop() -> SKAction

Return Value

A new action object.

Discussion

This action may only be executed on an SKAudioNode object. The audio is stopped, and if restarted, begins at the beginning.

This action is not reversible.

See Also

Controlling the Audio of a Node