Discuss Scratch
- Discussion Forums
- » Project Ideas
- » Can I have some ideas?
- greenlambo1227
-
Scratcher
2 posts
Can I have some ideas?
Can I have some ideas of a basic game to make i am out of ideas and bad at coding.
- RainStormForever5
-
Scratcher
100+ posts
Can I have some ideas?
Follow a tutorial from griffpatch. If it doesn't make a full game, expand the idea.
(You need YT to watch his tutorials)
(You need YT to watch his tutorials)
- peashooter123123
-
Scratcher
100+ posts
Can I have some ideas?
A top-down survival game. They're not very hard to make and you can make the base game within an hour with even more time to add your own features
- retrogamerboy22
-
Scratcher
4 posts
Can I have some ideas?
Try this. It's the tip of the iceburg for a button. Hope this helps! 
See on this link for more info:
How to create a nice zoom in effect in Scratch. (Best with Buttons) on Scratch

when @greenFlag clicked
set [PressedDown? v] to [f]
set size to (100) %
forever
if <(PressedDown?) = [f]> then
if <touching [mouse-pointer v]?> then
if <(size) \< [120]> then
change size by (5)
end
else
if <not <touching [mouse-pointer v]?>> then
if <[100] \< (size)> then
change size by (-5)
end
end
end
else
set size to (100) %
end
end
when this sprite clicked
set [PressedDown? v] to [t]
start sound [Click v]
wait (0.2) seconds
set [PressedDown? v] to [f]
See on this link for more info:
How to create a nice zoom in effect in Scratch. (Best with Buttons) on Scratch
- Discussion Forums
- » Project Ideas
-
» Can I have some ideas?
