Author Topic: SimpleWindow Game  (Read 4146 times)

0 Members and 1 Guest are viewing this topic.

Charles Pegge

  • Guest
Re: SimpleWindow Game
« Reply #15 on: April 21, 2013, 07:34:04 AM »
Hi John, OxygenBasic supports both local and static. Local is the default scope inside o2 functions, and global is the default scope outside of functions. Static is the only scope you have to make explicit.

So

float vAtom
==
local float vAtom