From what I can see bullet behavior can only make your object moves forward. Rotating the angle of the object is a clever idea, works great if your object is mostly sprites since you only need to rotate the image too. But it won't help if I intend to move a text, which rotating it means rotating the text too.
Is there a solution? Any other clever way to shoot your bullet up straight?