ID:172983
 
turf
TitleS
Title
icon = 'Titlescreen.bmp'
density = 1
Login
icon = 'Titlescreen.bmp'
density = 1
Click()
spawn(10)
src.icon = 'test.dmi'
src.icon_state = "dd"
usr.loc = locate(86,98,2)


this is suppose 2 make it when you click on the title screen u get sent to the loc but when you get there you dont have the icon...any help thanks
Don't use .bmp files. They are big.
N1ghtW1ng wrote:
turf
> TitleS
> Title
> icon = 'Titlescreen.bmp'
> density = 1
> Login
> icon = 'Titlescreen.bmp'
> density = 1
> Click()
> spawn(10)
>** usr.icon = 'test.dmi'
>** usr.icon_state = "dd"
> usr.loc = locate(86,98,2)

this is suppose 2 make it when you click on the title screen u get sent to the loc but when you get there you dont have the icon...any help thanks

I dont know if this is what you want, but when you use click, 'src' is the atom you clicked on, and usr is the person clicking. So if you want the player who clicked on the title screen to change icon, i think its ok to use 'usr.icon' and 'usr.icon_state' to change the players icon here.
In response to Garthor
alrite then should i do the hole thing that splits it into 32x32 squares....cuz that'll take awhile putting it together and coding it in....
In response to Lazyboy
oh...heh didnt think of that i'll try that
In response to N1ghtW1ng
yea it worked thanks alot