|
Taylor Bracken
Registered User
Join date: 26 Apr 2007
Posts: 42
|
05-22-2007 08:24
Hi there - I'd like to have a photo gallery prim that when you click on a thumbnail, the larger picture will appear (i.e. there would be six or seven thumbnails, then when you touched a thumbnail the larger thumbnail would show on the canvas.
Is there a way to communicate that if a prim is touched, then another prim should show the larger picture (i.e. can you communicate to another prim from a script )?
thanks - TB
|
|
Milambus Oh
Registered User
Join date: 6 Apr 2007
Posts: 224
|
05-22-2007 10:47
You're basically looking for a multiple object vendor system, that just doesn't sell anything. You should be able to find some open source ones out there to peak at the code and see how they do it.
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
05-22-2007 12:26
Why not just resize the prim for a few seconds? llSetScale()
_____________________
I'm back......
|
|
Taylor Bracken
Registered User
Join date: 26 Apr 2007
Posts: 42
|
05-23-2007 05:41
Hi Folks - thanks both for the replies back - TB
|