|
scubanutter Mills
Tanker, First Class
Join date: 16 Jul 2007
Posts: 18
|
08-03-2007 04:14
Anyone got any ideas on how to make an object explode on impact and create an explosive effect and possibly so that it can push an object to when touched so that i can make a floating mine. i already have i floating script so dont worry about that just the explosive effect and possibly an push would do nicely.
|
|
Shadow Subagja
Registered User
Join date: 29 Apr 2007
Posts: 354
|
08-03-2007 08:37
lookup the functions collision_start() for the trigger, and llPushObject() for the push. For an explosion you'll probably want to use a particle system, so search 'places' for particle lab and head over to the particle lab and look for something similar to start from.
|