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 !
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 !
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 !
TechPandaPro wrote:
Here is a basic thumbnail script:
when green flag clickedThen, 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!
show
go to x: (0) y: (0)
forever
go to [front v] layer :: looks
set [ghost v] effect to (100)
end
Hope this helps!
TechPandaPro
if <(letter (myvariable) of (answer)) = [a]> then
add [z] to [mylist]
else
if <(letter (myvariable) of (answer)) = [a]> then
else
(etc...)
end
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)