New account registration is temporarily disabled.

LIVINGEFFIGY'S PROFILE

Dangling somewhere on the threshold of life and death, prepared to usher you into the depths of the undead...

Search

Filter

Do you have real friends?

author=Creation
If psychology was a science, why is it that we still haven’t found a way to cure depression?

Its a little like saying "If Newton's laws of motion are an accepted part of physics, why doesn't it work at microscopic distances?"
Though psychology is widely used to solve the most common psychological problems, there are many, many other cases which cannot be solved as easily. Science is not perfect and there are all kinds of anomalies. I think psychology can be called a science because it is a study.Stone me if you want to...:P

EDIT: Feld, you've put it nice and proper.

Sunset.png

Tux the Linux Penguin?

Black Intro Screen

author=Darken
The whole tinting thing is what I do to have more control over the fading though...


Tinting the screen is the best option (but RMXP and VX don't allow 0.0s so there's a noticeable time gap). Black picture is the most time-consuming and pointless I guess. So ZK, if you're using RMXP or RMVX do the starting party thing.

Black Intro Screen

Use a black picture or set your player's starting graphics to <none> in the database.

New_Battle_Back.jpg

Very neat and looking great. Almost gives me the feeling of a perspective view.

Do you have real friends?

Imagine sitting in a dark room full of pills and you have to taste each one of them to check if its Prozac.

Exaria.PNG

Looks really good. One name I liked a lot is Draken...terrrrrrrrraaa!!

Pixels

Paint can be used to pixel, it has all the tools you need. But layer-based editors are the best, and Gimp happens to be free. Paint is also slower to use since its not spriter(pixeler w/e)-friendly on account of minimum tools and features. As a result it takes much longer to learn and use Paint with the same efficiency as, say, Gimp.

Java objects and javascript

This?

You should use this syntax since you are using inheritance
public class JavaSphereMain extends Functions {
final - All data members have constant values.
static - All instances share the same member.

"Functions" should not have a () in front of it in class definition since it is a class and not a method. Also you have used "puts" instead of "put" in the second code.
I think you are using "put" function to assign a string "js_obj" to f.function_name(?) however, function_name is a method so I am not sure if it is a valid statement. To use the function_name method you should use:
f.funtion_name();
or probably use this instead
engine.put("js_obj",f);
(I am not sure what is meant by java_object in the first snippet of code, but I think "f" should be used since it suits the description of "java_object" instead of f.function_name.

My memory is very sketchy because its been nearly 3 years since I worked on java, and knew only the basics then (up till basic OOPs). I don't even know if what I've written is even related to your question, since you're using Sphere and javascript, but I hope this helps in some way. :)

Do you have real friends?

author=Creation
Happiness is a delusion just like depression is. It's all about intepreting your environment in a way which is beneficial to you.


This is a fact and it needs more emphasis.