It depends on the game. You can use Bullet behavior with gravity. Or two Bullet behaviors - one to control the movement left/right and another with gravity which will pull the sprite down.
Platform and Physics behaviors also have gravity setting.
Or you can add gravity with events, for example "On every tick: Sprite set y to (self.y+100*dt)"