Have you tried on an "On Created" condition?
You may also want to pick by UID and using int(Object.UID) and storing it in a variable, like this:
Spawn project
In the next action, set IDVariable global variable to int(Bullet.UID)
Then in any events where you want to act on it, pick by UID and use the variable that stores the UID.