Game Development Community

Behavior Object Selection

by Joel · in General Discussion · 11/17/2007 (6:45 pm) · 2 replies

Whenever i use behaviors on a object (such as using the spawn area behavior) there is a drop down menu to choose an object to spawn. but the only thing in the menu is "none"...do i have to add it in there somehow? if so how?

About the author

Recent Threads


#1
11/17/2007 (7:15 pm)
I was confused by this too. You need to name your objects. Each item has a Scripting rollout. In the scripting rollout is a text field to add a name. So, for example, if you have a player sprite, give it a name like 'player' or maybe something even more descriptive. You should then see it in the behavior dropdown.
#2
11/17/2007 (8:59 pm)
Awesome thanks :)