Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
SoundChannel.isPlaying[bool] and SoundChannel:isPlaying() [func] — Gideros Forum

SoundChannel.isPlaying[bool] and SoundChannel:isPlaying() [func]

MellsMells Guru
edited August 2013 in General questions
Hi @ar2rsawseen,

I'm using Gideros coding easy :
SoundChannel.__stop =  SoundChannel.stop
function SoundChannel:stop(...)
	self:__stop(...)
	###self.isPlaying = false###
	application.sounds[self.id] = nil
	return self
end
So when I do :
print (channel:isPlaying())
Which is documented as :
SoundChannel:isPlaying
Available since version: Gideros 2011.6
 
Description:
Returns the playing state for the sound channel.
Syntax:
SoundChannel:isPlaying()
I get a :
attempt to call method 'isPlaying' (a boolean value)
I am surprised I am the first one to report it so don't you encounter the same issue, and can you provide a solution?

thanks
twitter@TheWindApps Artful applications : The Wind Forest. #art #japan #apps

Comments

Sign In or Register to comment.