Having structure in your life allows you to worry less about the menial aspects of daily tasks. For example, you don't have to spend time thinking when you are going to do something if you already have a specific time for it. By not wasting any precious brain power on the menial tasks, it opens up space and time to use the brain for higher functionality.
My Two Cents.
~ Danial Goodwin ~
ps - Originally not planned for this post, a great example of this concept being put into practice will come from Google. They do all the menial tasks for their employees, including food, laundry, baby sitting, gym, transportation, and more. This may seem like it costs a lot to have, but if you consider the well-being of the employees (less sick days) and while at work employees can put their full minds onto the work, rather than having any nagging sensation, like what/where to eat, how the kids are doing, or even transportation worries (Google shuttles/buses).
Showing posts with label functionality. Show all posts
Showing posts with label functionality. Show all posts
2014-01-31
2013-12-14
Construct 2: Exporting to Windows Phone
Windows Phone app certification requires games to have "Back" button functionality. E.g. Main menu should exit app and other pages should either go back within the game for navigation or bring up a pause popup.
So, using the plugin + strategy mentioned here, I was able to bring the Windows Phone app up to standards for publishing. There is a great function/event/action that can be called to intercept the back button presses so that the developer can do whatever.
Also, I didn't use the entire strategy mentioned at the above link, but that's the method I would recommend others to take. I took the harder method just for learning how the plugin worked and involves moving a lot of code around manually and breaks some of the functionalities in the plugin so that only `Back` works. But, eventually, I think I will share the specifics for learning about the C2 plugins.
~ Danial Goodwin ~
So, using the plugin + strategy mentioned here, I was able to bring the Windows Phone app up to standards for publishing. There is a great function/event/action that can be called to intercept the back button presses so that the developer can do whatever.
Also, I didn't use the entire strategy mentioned at the above link, but that's the method I would recommend others to take. I took the harder method just for learning how the plugin worked and involves moving a lot of code around manually and breaks some of the functionalities in the plugin so that only `Back` works. But, eventually, I think I will share the specifics for learning about the C2 plugins.
~ Danial Goodwin ~
Subscribe to:
Posts (Atom)