Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Help with layers
- Thedoom19
- Scratcher
41 posts
Help with layers
Even when i say for player:
And for the portal:
The player is still infront of the portal?
Projects: https://scratch.mit.edu/projects/748983802/
go to back layer
And for the portal:
go to front layer
The player is still infront of the portal?
Projects: https://scratch.mit.edu/projects/748983802/
Check out my Awful Projects: Don’t Move Your Mouse, Doki Dating Club, Scratch Cat Fruit Catch, Dodge the flying Cat 2!, Everything☁️, W.I.P., Rotating Scratch Cat 2!
- cs2722201
- Scratcher
100+ posts
Help with layers
check to see if the player sprite has a forever loop or something that makes it go to the front forever Even when i say for player:go to back layer
And for the portal:go to front layer
The player is still infront of the portal?
Projects: https://scratch.mit.edu/projects/748983802/
here is what I mean:
when green flag clicked
forever
go to front layer
end
Last edited by cs2722201 (Oct. 26, 2022 19:53:24)
Highlight this then hold shift + hold the down key to see my full signature
My new game!
DODGE A STRATEGY GAME
I own cs27222201's super shop!
⚡▶️cs2722201's Super Shop™◀️⚡You order, We deliver™⚡|▶ACCEPTING ORDERS NOW!!!◀ | ↪NEED STAFF HIRING↩⚡Super fast 24/7 service⚡–CURRENTLY CLOSED–
Hobbies:
Coding
Soccer
Reading
Trying to get better at bbcode
when green flag clicked
when someone says[hi]to me
say [hi] back
This is my pet axolotl. He stops evil Kumquats from eating my signature.
^-^
when green flag clicked
forever
if <<(pancake mix) > [1 cup]> and <(milk) > [1 cup]>> then
make pancakes
put pancakes in a plate
eat pancakes
else
add [pancake mix] to [shopping list]
add [milk] to [shopping list]
end
end
Special Posts
September 22 2022: 1st post!
October 2 2022: 10th post!
October 7 2022: 25th post!
October 17 2022: 50th post!
October 26 2022: 75th post!!!
November 10 2022: 100TH POST WOO HOO
Check out my games!
- Thedoom19
- Scratcher
41 posts
Help with layers
check to see if the player sprite has a forever loop or something that makes it go to the front forever Even when i say for player:go to back layer
And for the portal:go to front layer
The player is still infront of the portal?
Projects: https://scratch.mit.edu/projects/748983802/
here is what I mean:when green flag clicked
forever
go to front layer
end
Does it need to be like that or not cuz thats what i have
Check out my Awful Projects: Don’t Move Your Mouse, Doki Dating Club, Scratch Cat Fruit Catch, Dodge the flying Cat 2!, Everything☁️, W.I.P., Rotating Scratch Cat 2!
- Thedoom19
- Scratcher
41 posts
Help with layers
check to see if the player sprite has a forever loop or something that makes it go to the front forever Even when i say for player:go to back layer
And for the portal:go to front layer
The player is still infront of the portal?
Projects: https://scratch.mit.edu/projects/748983802/
here is what I mean:when green flag clicked
forever
go to front layer
end
Does it need to be like that or not cuz thats what i have
Fixed it!
set [Thankfullnes v] to [MAX]
Check out my Awful Projects: Don’t Move Your Mouse, Doki Dating Club, Scratch Cat Fruit Catch, Dodge the flying Cat 2!, Everything☁️, W.I.P., Rotating Scratch Cat 2!
- Discussion Forums
- » Help with Scripts
- » Help with layers