Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to make an open world map(scrolling map with of screen sprites)
- parhampro21
-
New Scratcher
8 posts
how to make an open world map(scrolling map with of screen sprites)
i'm making a some kind of an extraction shooter game like arena breakout delta force last of us and… and i want to make a big map with buildings and
enemy bots in top down view . one of my problems is that i don't know how to stick a sprite like bots ,walls and items like chests in to the map. if you can tell my how it will be a BIG help
. and if you know can you tell my how to make the player face to the front and the map turn instead( with no effect on sprites)

enemy bots in top down view . one of my problems is that i don't know how to stick a sprite like bots ,walls and items like chests in to the map. if you can tell my how it will be a BIG help
. and if you know can you tell my how to make the player face to the front and the map turn instead( with no effect on sprites)

- Com_engineer_Tom
-
Scratcher
100+ posts
how to make an open world map(scrolling map with of screen sprites)
i'm making a some kind of an extraction shooter game like arena breakout delta force last of us and… and i want to make a big map with buildings andIf you want stuff off-screen
enemy bots in top down view . one of my problems is that i don't know how to stick a sprite like bots ,walls and items like chests in to the map. if you can tell my how it will be a BIG help. and if you know can you tell my how to make the player face to the front and the map turn instead( with no effect on sprites)
![]()
when flag clicked :: cat
forever
set size to (500) %
do whatever :: grey
set size to (regular size)
end
- parhampro21
-
New Scratcher
8 posts
how to make an open world map(scrolling map with of screen sprites)
it didn't helped but thx. i want to use
(scrollX)and
(scroll Y)but i dont know how
- Koamodo975
-
Scratcher
1000+ posts
how to make an open world map(scrolling map with of screen sprites)
ohhh my gawshhhh people
okay so basically for every object just use
okay so basically for every object just use
go to x: ((player x) - (scrollx)) y: ((player y) - (scrolly)) //player x and player y MUST be separate variables, not the scratch motion onesand for offscreen the way I often do it is
switch costume to [very big costume; you could use a giant rectangle v]if ya want to make the map rotate around the player that's gonna require some calculus level mess
position the object ::grey
switch costume to [the costume you want them to see v]
Last edited by Koamodo975 (Oct. 8, 2025 17:31:27)
- parhampro21
-
New Scratcher
8 posts
how to make an open world map(scrolling map with of screen sprites)
thx. now i can make my game

- maldives06
-
Scratcher
1 post
how to make an open world map(scrolling map with of screen sprites)
I'm making world evolution my take, I need the world map (in continents)


- Discussion Forums
- » Help with Scripts
-
» how to make an open world map(scrolling map with of screen sprites)