This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-12-31 09:15:40

anuenue
Scratcher
Registered: 2008-12-27
Posts: 3

Pleeeeaase! Can A Smart Person Help!

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

 

#2 2008-12-31 09:26:30

anuenue
Scratcher
Registered: 2008-12-27
Posts: 3

Re: Pleeeeaase! Can A Smart Person Help!

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.  smile  thanx

Offline

 

#3 2008-12-31 09:29:02

anuenue
Scratcher
Registered: 2008-12-27
Posts: 3

Re: Pleeeeaase! Can A Smart Person Help!

either email address is fine to reach me if you can help. myptcruiser@live.com or anuenue@live.com  -- sorry. thank you all

Offline

 

#4 2008-12-31 14:40:32

mrweston
Scratcher
Registered: 2007-12-13
Posts: 100+

Re: Pleeeeaase! Can A Smart Person Help!

Where, exactly is the existing flashlight effect that you want to emulate? I can't see one in any of those links...

Last edited by mrweston (2008-12-31 14:40:46)

Offline

 

#5 2008-12-31 14:52:10

big-bang
Scratcher
Registered: 2008-02-21
Posts: 1000+

Re: Pleeeeaase! Can A Smart Person Help!

Sorry, but this is the Scratch website and not Flasher Union so please go somewhere else...


http://i47.tinypic.com/6edrbm.jpghttp://i45.tinypic.com/dw9hmw.jpghttp://i50.tinypic.com/f28tvn.jpghttp://i45.tinypic.com/ruwaop.jpg

Offline

 

#6 2009-01-02 14:30:55

chalkmarrow
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: Pleeeeaase! Can A Smart Person Help!

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

 

#7 2009-01-03 12:47:18

pokemon_master12
Scratcher
Registered: 2008-09-26
Posts: 100+

Re: Pleeeeaase! Can A Smart Person Help!

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!  smile


My Dragon Egg! http://dragcave.net/image/5YUA.gif
Visit my blog: http://freyasworld.wordpress.com/

Offline

 

Board footer