PDA

View Full Version : Viewpoints?


ODD_CSO
10-14-2008, 01:52 PM
I am in an Alice 2.0 class and as a part of the final, I have to do a project based assessment. However, I need some help. The instructor doesn't know how to answer my question so I will ask you all.

I made a world that has four people in it. It asks if you want to be a certain person, you can choose one of the four. As soon as you make your choice, it goes to that persons viewpoint. I want to be able to allow the user to interact with Alice and use the keys to move their user, but only their user. How do I do this?

The quicker you can get back to me on this the better. Thank you!

Sincerely,
CSO

Scott
10-14-2008, 03:38 PM
the most commo thing I think of doing would be to have code stuff the same for every character (which will be a drag to do) and then use an IF statement for if a certain character is clicked or so to do the code for them only.