can anyone create an embed code for me for a cool flashlight effect like this one? very good - only need the light effect not the little face, i don't have photoshop or any adobe, just can put html in. my image is 760 x 498 called darkwaverly.jpg on my page: http://www.my5starwebs.com/stuck.html OOOOOH PLEEEEEASE! email is myptcruiser@live.com i'm PeggySue
Offline
peggysue again (anuenue)-- i just am trying to make a simple playful webpage for fun that has a picture on it. i'd love to make it spooky with a really cool flashlight effect on the picture (darkwaverly.jpg). my site address is http://www.my5starwebs.com/REALM_OF_SPIRITS.html --- the actual page i wish the effect could be on is http://www.my5starwebs.com/stuck.html --- on the blue image there. i don't have any fancy software, i'm just using yahoo sitebuilder which lets me add html. i'm a mom and granmom now, just trying to enjoy something new. can anyone of you smart people make this happen on there for me? my email: anuenue@live.com. god bless ya and happiest new year too. thanx
Offline
big-bang wrote:
Sorry, but this is the Scratch website and not Flasher Union so please go somewhere else...
bigbang: I think she wants a Scratch program (to embed) that creates a moving flashlight effect superimposed on the JPG she links to. I think that's a pretty reasonable request for this forum.
anuenue: take a look at this project; it's an oldie but a goodie: http://scratch.mit.edu/projects/kevin_karplus/43274
Offline
You need to import your image into Scratch and then use this script for it to flash:
[blocks]<when green flag clicked>[/blocks]
[blocks]<broadcast[ flash ]and wait>[/blocks]
[blocks]<set[ ghost ]effect to( 0[/blocks]
[blocks]<when I receive[ flash[/blocks]
[blocks]<forever>[/blocks]
[blocks]<change[ ghost ]effect by( 10[/blocks]
[blocks]<wait( 0.5 )secs>[/blocks]
[blocks]<change[ ghost ]effect by( -10[/blocks]
Make sure that when you're importing your image that you import it as a sprite, not a background. Any problems, just ask!
Happy Scratch-ing!
Offline