Book a Demo

Author Topic: object attributes  (Read 2260 times)

Karl ONeill

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
object attributes
« on: April 13, 2005, 07:25:40 am »
hi,

is there a way to define object attributes in EA? It's easy to create an instance of a class, but i can't find a way to create an instance of an attribute. I'd like to be able to do the following

Class: Person                            
Name: string
Age: int
Adres: string


and change that into an object

Karl: Person
Name: Karl
Age: 26
Adres: Gooimeer 26


looked for the option for ages but can't find it anywhere. Any help would be appreciated. Thanks,

karl

thomaskilian

  • Guest
Re: object attributes
« Reply #1 on: April 13, 2005, 08:29:53 am »
You could try "Set Run State" from the context menu...

Karl ONeill

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: object attributes
« Reply #2 on: April 14, 2005, 01:43:43 am »
great!  ;D thanks a lot, that was exactly what i was looking for.