PDA

View Full Version : More director help needed.. PLEASE


oosyadaddy2
04-10-2004, 02:28 PM
hi sorted the first problem below

http://www.dvdrom-guide.com/forums/showthread.php?t=1470

But need to put buttons on the bottom picture, but would prefer the buttons to be hidden or invisible, and just change the mouse pointer when hovering over a button

if anyone knows ho to do this or a similar solution, post here or mail/msn me

thanks

oosyadaddy@hotmail.com

oosyadaddy2
04-12-2004, 02:05 PM
Anyone?????

celtic_druid
04-12-2004, 10:12 PM
Must have missed this.

on mouseEnter me
cursor 280
end

on mouseLeave me
cursor 0
end

That was from memory, but it should change the cursor to a hand and back. If you want an image to be invisible, just turn the ink (think that is what it is called) down to 0. In older versions of Director the slider only goes down to 10, but you can set it to 0.

You really should read the director help/reference files. Got all the lingo there. Some online tutorials couldn't do any harm either.

Probably should also add
on mouseUp me
cursor 0
end

to make sure that the cursor doesn't get stuck on the hand when clicked. Although that really depends on whether the button will still be there once clicked. If it won't then use the above.

oosyadaddy2
04-14-2004, 11:02 AM
Ok thanks alot m8, got all that sorted, read a few tutorials and have the buttons working as i want..

The only thing is that when i scroll the picture the buttons dont move, how do i fix them to the picture?????

celtic_druid
04-14-2004, 12:09 PM
Hmmm, not sure if you can group sprites or have dependancies. Guess you would need to move the button to. Script was to change the vertical position by +/- 2 so multiple objects should all scroll fine even with different starting positions.

oosyadaddy2
04-15-2004, 11:14 AM
Ok all that is soreted just have one quick question how do you get rid of the borders on buttons...everything i read says set showborder to flase? where is that??


cheers