Delaying Actions

I have a series of actions set to go on a button press. here they are:

fade.gotoAndPlay(2);
    gotoAndStop(337);
    hey.stop()
    lol.start(0, 10)

I need the “fade.gotoandplay(2)” to go, and then two seconds later, the rest of the actions go. halp! :puzzled: