Need ideias or sugestions for a strange map :p

maveryck21

Newbie
Joined
Mar 7, 2005
Messages
122
Reaction score
0
Hi there,

I'm trying to make a map where the player will have to answer a test, or at least to seem like he is answering it.

My first ideia was to make a brush with the texture of a test, and with buttons on every answer, which were activated by the player. When this buttons were activated a brush would move showing a cross over the answer chosen. This of course didn't result very well :p

Any suggestions?

Thanks for any help
 
The idea is good, but use a sprite instead of a brush.
 
Why should i use a sprite instead?

Is it better?

I don't understand very well qhat the sprite does...

Thanks
 
A sprite is like a two-dimensional image. That way you can show or hide them through in/outputs.
 
Make a difference engine using physics objects. :)


(hey, if they can build one out of tinkertoys...)
 
Simple i suppose... maybe..

if you wanna use brushes then use buttons with the NOT marked texture. Then have a brush with the test that have all the options crossed and have each button kill itself OnPressed.

Once a button is pressed it is removed. Simple. Feel free to fire any outputs you like aswell, but dont try to move the brushes. Just kill them off, its easier.
 
Back
Top