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

#1 2012-01-27 18:27:54

Toonosh
Scratcher
Registered: 2011-09-03
Posts: 100+

need a help here D: D:

can somebody please download here http://scratch.mit.edu/projects/Toonosh/2297982 and see why does the fire animation keeps getting into first layer, although i sent it 170 layers (lol) behind :S :S it's really buggin me

Offline

 

#2 2012-01-27 18:32:21

treebark1313
Scratcher
Registered: 2011-05-23
Posts: 90

Re: need a help here D: D:

You need  to put it as "forever go back 10 layers" or so, that should do it  smile


When life gives you 100 reasons to frown,
show life you have 1000 reasons to smile. - Unknown

Offline

 

#3 2012-01-27 18:37:46

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: need a help here D: D:

It never went to the first layer for me...


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

#4 2012-01-27 18:38:15

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: need a help here D: D:

Yeah doesn't work

when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (3) secs


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#5 2012-01-27 18:40:01

JJROCKER
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: need a help here D: D:

Try this!

when gf clicked
forever
   go back [10] layers
end


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://img255.imageshack.us/img255/3491/signature1y.jpg&amp;link2=http://img577.imageshack.us/img577/5272/signature1sx.jpg&amp;link3=http://img4.imageshack.us/img4/8514/signature1et.jpg&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://img163.imageshack.us/img163/4640/jjrockerfinal.jpg

Offline

 

#6 2012-01-27 18:41:59

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: need a help here D: D:

beyblade4 wrote:

Yeah doesn't work

when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (3) secs

Oh please, not another one of those "hey something new's happened, let's try it out in loads of random threads" posts...


Why

Offline

 

#7 2012-01-27 18:48:40

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: need a help here D: D:

RedRocker227 wrote:

beyblade4 wrote:

Yeah doesn't work

when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (3) secs

Oh please, not another one of those "hey something new's happened, let's try it out in loads of random threads" posts...


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#8 2012-01-30 22:00:17

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: need a help here D: D:

zippynk wrote:

RedRocker227 wrote:

beyblade4 wrote:

Yeah doesn't work

when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (3) secs

Oh please, not another one of those "hey something new's happened, let's try it out in loads of random threads" posts...

*facepalm* oh please! People, please stop just spamming with the new scratch blocks. >:U


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#9 2012-01-31 13:10:45

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: need a help here D: D:

The thing about layers is that there are only as many layers as there are sprites.


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#10 2012-01-31 14:13:15

a1130
Scratcher
Registered: 2009-08-27
Posts: 500+

Re: need a help here D: D:

Mokat wrote:

zippynk wrote:

RedRocker227 wrote:


Oh please, not another one of those "hey something new's happened, let's try it out in loads of random threads" posts...

*facepalm* oh please! People, please stop just spamming with the new scratch blocks. >:U

Offline

 

#11 2012-01-31 14:20:01

a1130
Scratcher
Registered: 2009-08-27
Posts: 500+

Re: need a help here D: D:

Try

when gf clicked
forever
go back (10) layers
end
smile

Offline

 

Board footer