+ 2
How to change position of image or any element with button ?
We have seen the the codes like https://code.sololearn.com/WESocRH20GtA/?ref=app https://code.sololearn.com/WLWX6OVwjc81/?ref=app They have used the button to move objects in game I have to also do like how can ? I have searched for it in SL but no English ans got
5 Respostas
+ 3
+ 3
Thanks Sofi💞
+ 2
SGI<<AnDyOs>> you're welcome😄😄😉
+ 1
Write
position: absolute ;
top: ;
left: ;
right: ;
bottom: ;
0
All they have done is using js. So if you complete js dom lesson you can do it on your own.