Oblivion

File information

Last updated

Original upload

Created by

glowplug

Uploaded by

glowplug

Virus scan

Safe to use

About this mod

A series of short scripting exercises and examples.
The idea is to bridge the gap for entry level programmers as well as address misconceptions others seem to have.

Requirements
Permissions and credits

Anybody can code a MessageBox, right?

For those wanting it, this will teach...
  • Declare/change button labels in one location and they update in the rest.
  • Minimal integer variables to enforce logical flow.
  • Dynamic MessageBox replacement for MessageBoxEx.
  • Appropriate versus wrong solutions.

...and more.

Intended as a primer for the Wiki MessageBox tutorial.

The idea is to bridge the gap for entry level programmers as well as address misconceptions others seem to have.

Over the years I've seen a need for something different to what a lot of CS and OBSE tutorials seem to offer.
Starting with messaging the aim is to provide...
  • Minimal entry knowledge.
  • Short Exercises.
  • Brief but adequate descriptions.
  • Known Steps for Know Outcome(s)
  • Working examples that clearly demonstrate their exercise.