PDA

View Full Version : Looking for reactor help


d_m_hopper
2008-12-17, 04:33 PM
After taking R Greens classes at AU, I would like to create a reactor that would open the block editor if someone tried to explode a block.

In Roberts class I got see a reactor work, not actually create one. I have been checking the help menu for a start point and now I am very confused and maybe lost.

Any help would be great.

ccowgill
2008-12-17, 07:28 PM
You can try one of the links below for similar threads. I dont know that this would be the best route for this situation, what if your selection set for exploding contains multiple objects? You could try to create a command reactor that fires when the command is explode and the selection object is a block, but i dont know if you would want a command start or command end reactor. besides that, I didnt think you could call commands or ask for user input within a reactor call back function.