u-code Easy Events allows you to invoke Unity's built in functions. It can be used in various callbacks like Start, Update, FixedUpdate and the new Unity UI callbacks like PointerDown, PointerEnter and many more. It works similar to EventTrigger, but is more extended. You can use static methods like Destroy, LoadLevel and others.