Search

Monday, October 19, 2020

Now making ads on Scratch !

 If you are here, It's maybe because you have seen thoses ads on Scratch, Yes we are now making ads to make peoples come to our website !

If you don't want thoses ads on your profile, check the AdsMaker Scratch account profile to learn how !

Moving to the OrionCodec Group.

 The title says all it ! And yes we are moving to OrionCodec Group

And here is an important news : I have shut down the custom domain AND the auto post forum archive, the old posts will be still here, but no new added.

So why move it to the OrionCodec Group ? Because now it will be a post, community, and friendly ! website, Using Disqus with me as a mod. Maybe more mods comming soon for a more secure website ! Here will be, news, cool and exiting things about Scratch, and more !

So this will not die now. See you later ! On Scratch Service, Still Made by Scratchers, For Scratchers !

Friday, October 16, 2020

Making Scratch Projects :: Help With Scripts :: How to make a thumbnail as the project image on scratch website

PlatformDude101 : Wait, actually it did work, I think. On the search page it still shows it how it was, but on the project page where you play it it's fine.

from Latest posts on Help With Scripts https://ift.tt/2FBkNsx

Making Scratch Projects :: Help With Scripts :: after I game over 1 more enemy spawns

BraTheBoss : I have made a small shooter called planet protectors but when i game over 1 more clone spawns of a alien how do i get rid of this clone?

from Latest posts on Help With Scripts https://ift.tt/3j6wpSf

Making Scratch Projects :: Help With Scripts :: How to make a thumbnail as the project image on scratch website

PlatformDude101 :

TechPandaPro wrote:

Here is a basic thumbnail script:
when green flag clicked
show
go to x: (0) y: (0)
forever
go to [front v] layer :: looks
set [ghost v] effect to (100)
end
Then, when you're ready to save your project, click the green flag and then the red stop sign, and then you're ready to save it!

Hope this helps!
TechPandaPro


Thank you, but it didn't work. Here is the link to the project if you want to check it out: https://scratch.mit.edu/projects/431194453/

from Latest posts on Help With Scripts https://ift.tt/34550vy

Making Scratch Projects :: Help With Scripts :: Upper and Lowercase Letters

CValeske : Hi! I really need help on this because I'm trying to make a decoder. My code looks something like this;
if <(letter (myvariable) of (answer)) = [a]> then 
add [z] to [mylist]


else
if <(letter (myvariable) of (answer)) = [a]> then



else
(etc...)
end

I have this code for both upper and lowercase letters, and I have no way to differentiate those letters (a, A, etc.)

If anyone has tips, that would be great!
-CValeske

from Latest posts on Help With Scripts https://ift.tt/3k1vJPb

Making Scratch Projects :: Help With Scripts :: How do I make a scrolling screen? Please be specific.

robloxuser3 :
when green flag clicked
[scratchblocks]
set drag mode dragable
[scratchblocks]

forever

if <(y position) = []> then
broadcast [ part 2 of page]
endend
[/scratchblocks]
that code there will check if the player is scrolling down
[scratchblocks]
when I receive [ part 2 of page]
[/scratchblocks]
under neath the broadcast you put show and put the script in all the sprites you want to show when scrolling
(this might work)


from Latest posts on Help With Scripts https://ift.tt/3nZfVPu