Search tutorials
This is my first tutorial, so bare with me.
The slider part of of this tutorial is pretty simple, and there are others here that show the same thing. In my flash program you are going to find the code on the second frame.
redslide.onPress = function () { redslide.sliderb.startDrag(false,0,-5,255,-5); }; redslide.onRelease = function () { redslide.sliderb.stopDrag ();
The more difficult part was converting the decimal values to hexadecimal. The equation can be found on the first frame as a global function. I think the equation pretty much explains itself, and I hope it can help someone create some pretty interesting stuff.
» Level Basic |
Added: 2007-06-15 Rating: 2.55 Votes: 20 |
» Author |
I'm new at this |
» Download |
Download the files used in this tutorial. |
Download (15 kb) |
» Forums |
More help? Search our boards for quick answers! |