Discussion:
help with creating a photo gallery?
(too old to reply)
ryaneld
2009-03-28 13:03:36 UTC
Permalink
im trying to create a simple photo gallery. all i need to know is the lingo so
that i can rollover a thumbnail of an image and it appears in place of a black
box.... any help would be much appreciated.
Chunick
2009-03-28 13:07:44 UTC
Permalink
what code do you already have? Maybe we can help you modify it where it's not working.
ryaneld
2009-03-28 13:42:34 UTC
Permalink
i using director for the second time ever. its only very basic code im using at
the moment. i was thinking that you could use some rollover code to swap the
box with the image but i dont quite know how to do it... ill check those sites
out..
mwm adobe
2009-03-28 23:50:38 UTC
Permalink
Put the rollOver, with "if" or "case", and change the member of the sprite:

This statement assigns cast member 3 of cast number 4 to sprite 15:
-- Lingo syntax
sprite(15).member = member(3, 4)

15 is your sprite blackbox
3 is the cast where are the images
4 the image what change with the rollOver

Loading...