The on created trigger is probably running before your myEnemy sprite has any properties.
Try a different method, such as using a container, adding the create myFont action to the event that created myEnemy in the first place. The "wait 0" trick might work here too, if you put that above the spawn action.