lbesseli1 Here is the finished product
https://drive.google.com/open?id=1Pri21FtZ61Mb8JjU7SHbkDOg6Yywfe67
https://drive.google.com/open?id=1Pq-IayD4jq0h08pPWZbZHgmeioztxDjP
Ok I have found the answer:
drive.google.com/open
You have to request full-screen, and then lock the orientation to landscape
Huh, maybe try rotating the device?
I'm going to look into it because I know that I've made projects that automatically rotate the screen to landscape/portrait.
oh and also, you should probably
on start of layout> Browser, request full-screen.
this will make it so that the project fills the entire screen
You need to go to the project properties and set "Orientations" to Landscape, this will make it so that the project can only be viewed in landscape mode. If you want to lock the current orientation then you can tell the browser to lock it
you could maybe compare the instances, and if the instance count is above 2 or 3 then reduce the volume for all sound instances by like 25%
hope this helps
does nobody know?
Nepeo
maybe you can help
Develop games in your browser. Powerful, performant & highly capable.
If you want to create objects in the middle of each cell, add half of the cell width: x=(round(Mouse.x/150)*150+75) y=(round(Mouse.y/150)*150+75)
If you want to create objects in the middle of each cell, add half of the cell width:
x=(round(Mouse.x/150)*150+75)
y=(round(Mouse.y/150)*150+75)
I just tested this and it is very inconsistent.
The tiles either:
I dont know if it was something I did, or thats just broken lol.
ok, if each tile is 150X150
I made a demo project and tested it and it works just fine
x=(round(Mouse.x/150)*150), y=(round(Mouse.y/150)*150)
I can Link to the project if you want
thats cool
how large are the tiles on your grid?
cool, it looks like its working
Sprite; > Set X to : (round(Sprite.X*0.05))*20 > Set Y to : (round(Sprite.Y*0.05))*20
Sprite;
> Set X to : (round(Sprite.X*0.05))*20
> Set Y to : (round(Sprite.Y*0.05))*20
i hope this helps
did you change the setting? if you change it and test it you should see a difference. sorry if im not understanding, i dont really see a problem
if this still doesnt work then maybe try adjusting the layout scale
https://drive.google.com/open?id=1363nf9FDPSkogGnSRqYOYMmyLkG7HJox