RB5.5.5:

I'd like to have a 3 dimensional array of boolean variables available to
methods in various objects within a Window. I thought that I could declare a
Property of the Window like

DiePatterns(6,2,2) as boolean

then initialize the values somewhere else like this:

  DiePatterns(1,1,1)=true
  DiePatterns(2,0,0)=true
  DiePatterns(2,2,2)=true
  ...etc

However, for the life of me, I cannot figure out where to put the code so
that it gets executed BEFORE the initialization of things like
SpriteSurfaces.

A related question: Other Properties are shown in bold in the Window
browser, but my DiePatterns property (above) remains unbolded. What does
this mean?

Any advice will be greatly appreciated. I can do things like this in my
sleep in VB, but I'm baffled by this particular aspect of RB.

Paul Mathews
adrift on Whidbey Island

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to