I need help with my game

id: 749449

category: Help with Scripts

posts: 5

Im making a frog game where the frog goes up and down and you have to shoot the enemys with saliva but I don't know how to code the bullets or the enemy's to come from the left

Game Link https://scratch.mit.edu/projects/988018048/editor/
Game links don't work unless the project is shared
Wolf_Link21 Wolf_Link21 loading
are you moblie?
Norse7 Norse7 loading
try this in the enemies:
when green flag clicked
set [ speed] to [3]
repeat until <touching [ edge] ?>
change x by ((0) - (3))
end
You'll need to push the green flag button (start button) to run it.