|
06-22-2012
|
11
|
|
:pluffy:
Join Date: Aug 2011
Location: Sweden
Posts: 5,945
|
@Matt, Classic levels are more complicated because I don't really do insides, I do outsides. My most recent inside was Zodiac's class trainer...the older version of it sucked hard so I had to do something! Outsides are more complicated to explain and the only guidelines are very, very vague (don't over-detail, don't stack grass on grass please, use logic, etc).
|
Can you post the wall lamp image here?
|
Sure.
// By some random person edited by crono lolz
// Better color
//#CLIENTSIDE
if (created) {
setimgpart chrisz_tuliplamp.gif,35,0,25,33;
timeout=.1;
dontblock;
drawunderplayer;
x -= .1;
}
if (timeout) {
showimg 1,light2.png,x-3.2,y-3;
changeimgcolors 1,1,0.4,0,0.8;
changeimgzoom 1,random(.8,1);
timeout=.1;
}
|
It's in GS1 but yeah...toy with the x -= or x += to get it just right.
|
|
|
|