weepy / __issues

__issues
0 stars 0 forks source link

could call fill.stop twice #1032

Closed alexfoxy closed 11 years ago

alexfoxy commented 11 years ago

kinda lazy but in stopFill()

if(fill) {
  fill.stop(2) 
  app.playing.fill = false
}

could call fill.stop(4) .. incase the touch missed it.

weepy commented 11 years ago

Could try

On Friday, September 20, 2013, alexfoxy wrote:

kinda lazy but in stopFill()

if(fill) { fill.stop(2) app.playing.fill = false }

could call fill.stop(4) .. incase the touch missed it.

— Reply to this email directly or view it on GitHubhttps://github.com/weepy/__issues/issues/1032 .

weepy commented 11 years ago

fill.stop(2); fill.stop(2.1) ?

alexfoxy commented 11 years ago

did fill.stop(2); fill.stop(4)

not had any stickies yet. need to get kron to have a go


http://www.onstagedesign.co.uk http://.amplify.io http://.alexxfoxx.com

On 20 September 2013 14:46, weepy notifications@github.com wrote:

fill.stop(2); fill.stop(2.1) ?

— Reply to this email directly or view it on GitHubhttps://github.com/weepy/__issues/issues/1032#issuecomment-24811229 .

weepy commented 11 years ago

bum

On Fri, Sep 20, 2013 at 2:48 PM, alexfoxy notifications@github.com wrote:

did fill.stop(2); fill.stop(4)

not had any stickies yet. need to get kron to have a go


http://www.onstagedesign.co.uk http://.amplify.io http://.alexxfoxx.com

On 20 September 2013 14:46, weepy notifications@github.com wrote:

fill.stop(2); fill.stop(2.1) ?

— Reply to this email directly or view it on GitHub< https://github.com/weepy/__issues/issues/1032#issuecomment-24811229> .

— Reply to this email directly or view it on GitHubhttps://github.com/weepy/__issues/issues/1032#issuecomment-24811376 .

alexfoxy commented 11 years ago

mb it's fixed........ let's just assume it is ;D