Let's try to make our own lives, and the lives of those around us, go smoothly and easily. Avoiding pressure will help us avoid trouble and sadness. In RL, I work with a small group of programmers and product people, and often I warn them about the dangers of too much pressure. When we lean... Continue Reading →
Intention: 1
I was taught an idea called "Programming by Intention". I expect I'll be writing about it a lot as I write about scripts, because I try always to work this way. Today I just want to introduce the idea. If you've done scripting or programming you'll probably recognize this experience. I got this thought example... Continue Reading →
Introduction to Events
Everything that happens inside your script happens during an "event". No events, no action. Is your script doing something every so often? It is using a "timer" event. Is it doing something when someone touches it? It is using a "touch_start" event, or one of a couple of other touch-related events. Is it doing something... Continue Reading →