ID:173738
![]() Nov 23 2003, 2:02 am
|
|
I need some help on how to make card overlays only you can see and the play field and stuff. If anyone can help me plz IM me at LeahcimOcerg.
|
Neither did I at first but jus tdo simple tutorials over and over and you will get it and it will all start to slip into place I suggest this tutorial myself :
http://developer.byond.com/hub/Zilal/ZBT |
Ok now i know they dont have tutorials for this. how do i make a webpage where if you click softhing a picture comes up in it(like in proliem or however u spell it).
|
You know HTML, right? If you don't, learn. =P
Use browse_rsc() to send the image file to the player's cache. For example: <code>src << browse_rsc('myimage.png')</code> Then use browse() to display an HTML file that refers to that image.
src << browse("<html><head><title>My picture</title></head><body><img src='myimage.png'></body></html>")
|
Siientx