A Flash Developer Resource Site

Search:

Type: Posts; User: fruitbeard

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    1,192

    Hi, Sorry, AS3, although my little test works...

    Hi,

    Sorry, AS3, although my little test works fine with your code
  2. Replies
    4
    Views
    1,192

    Hi, Anyway, perhaps you can try something like...

    Hi,

    Anyway, perhaps you can try something like so
    button.onPress = function()
    {
    if (_currentframe == 1)
    {
    play();
    }
    else if (_currentframe == _totalframes)
  3. Replies
    4
    Views
    1,192

    Hi, how do you have the button working, is it,...

    Hi,

    how do you have the button working, is it,
    on the button like so
    on (press) {
    play();
    }or on the timeline like so
    button.onPress = function(){
    play();
    }
Results 1 to 3 of 3




Click Here to Expand Forum to Full Width

HTML5 Development Center