I am new to UDK and learning game development. I want to know about how to add a ball to the game world with the following effects/actions:
- Glowing effect
- Physics-like object (just having gravity)
- Particles when touched by player-avatar
- Disappears in 1-2 seconds after touch
- Score updates based on different colors of ball
I know little about this can be done by kismet, cascade and content creation, but do not know where to start. Please tell me the steps for this. I am trying this weekend in depth.