Quote:
|
Originally Posted by hotrian
NPC Code:
function onCreated(){
showimg(200,"",player.x,player.y);
with (findimg(200)) {
layer = 0;
|
You may just do
HTML Code:
function onCreated() {
with (findimg(200)) {
layer = 0;
...
}
}
The Wiki/Bible is also very helpful for particles:
http://wiki.graal.net/index.php/Particle_Engine