Easy button

I am very picky

Wednesday, March 7, 2007 by fishpen0 | Discussion: Widget talk

i am looking for a very realistic and possible 3D appearing easy button. Obviously when clicked it will say "that was easy" just the same as the store bought one. and it will look as if it were pressed in. there should also be a customizable right click sound also. It should have at least 2 size options and also have the option to link it to a folder/file.
First Previous Page 3 of 3 Next Last
RomanDA
Reply #41 Sunday, March 11, 2007 4:27 PM
all sounds good to me...

You got it under control.
SirSmiley
Reply #42 Sunday, March 11, 2007 4:47 PM
Without being too fancy this script simulates almost a square resize! There's like a split second lag but, I thought I'd pass this along.

Sub Object_OnDrag(x,y,newX,newY)
newh = newY + ObTop 'Take the newY plus the top offset to get the width
neww = newX + ObLeft 'Take the newX plus the left offset to get the height
If neww > Min_width And neww <= Max_width And newh > Min_height And newh
DesktopX.Object(MasterObj).width = neww
DesktopX.Object(MasterObj).height = newh
Else
DesktopX.Object(MasterObj).width = Min_width
DesktopX.Object(MasterObj).height = Min_height
End If
Call MoveMe 'move the resizer so its always in the right spot
End Sub
sViz
Reply #43 Sunday, March 11, 2007 5:44 PM
Nice scripts, nice graphics. I like the ability to choose my own sound files. Resizing was a very nice touch. Except for the dragging issue DA pointed out, the finished product works great. Excellent work, everyone.   

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01