start.x is an instance variable of the sprite, you can add instance variable called start.x on your sprite, then set variable of start.x to self.x on start of the layout or from sprite properties. So you can call the start.x function as well. Hope this answer your question !
He also puts instance variables on his video. check at 1:11 to see how to add instance variables.