Sphere Team Request

Started by jaz_jaz June 7th, 2004 6:44 AM
  • 2103 views
  • 54 replies
Age 32
Seen August 27th, 2006
Posted September 17th, 2005
916 posts
19.3 Years
Yeah sure i will join your group but do you know java f not we need someone who does 0_o
Current hacks:
Chaos black (Hacker)
Supreme Evolution (Co-Head, Hacker and Spriter (on hold))
Justice White((Hacker)LINK?(lazy :P))

CLICK THE IMAGES NOW!! GOTO THE BEST COMICS IN THE WORLD!
CHAOS BLACK JOIN THE FORUMS!!



Age 62
Male
Melbourne, Australia
Seen April 26th, 2018
Posted June 9th, 2014
11,439 posts
19.7 Years
If you can track down HiKaizer and pin him down to some work he may help you, he's pretty good with Sphere. I'd help but I haven't time.


"One reason why mathematics enjoys special esteem, above all other sciences, is that its laws are absolutely certain and indisputable, while those of other sciences are to some extent debatable and in constant danger of being overthrown by newly discovered facts."
Albert Einstein

"What science can there be more noble, more excellent, more useful for men, more admirably high and demonstrative than mathematics."
Benjamin Franklin

"Mathematics, rightly viewed, possesses not only truth, but supreme beauty – a beauty cold and austere, like that of sculpture, without appeal to any part of our weaker nature, without the gorgeous trappings of paintings or music, yet sublimely pure and capable of a stern perfection such as only the greatest art can show."
Bertrand Russell

avatar and signature by FoxHound

ANNOY ME AT YOUR PERIL. I am becoming increasingly tired of the unmanly elitism and closed-mindedness of certain members who shall remain unnamed.
Age 32
Seen August 27th, 2006
Posted September 17th, 2005
916 posts
19.3 Years
:D ok i will have to go pin him down :P *searches* i have done a little java but i don't knw alot at all
Current hacks:
Chaos black (Hacker)
Supreme Evolution (Co-Head, Hacker and Spriter (on hold))
Justice White((Hacker)LINK?(lazy :P))

CLICK THE IMAGES NOW!! GOTO THE BEST COMICS IN THE WORLD!
CHAOS BLACK JOIN THE FORUMS!!



Age 32
Seen August 27th, 2006
Posted September 17th, 2005
916 posts
19.3 Years
heh... i found some tuts aswell but i hate learning game script all over again !_! every game maker uses different script its unfair !_!
Current hacks:
Chaos black (Hacker)
Supreme Evolution (Co-Head, Hacker and Spriter (on hold))
Justice White((Hacker)LINK?(lazy :P))

CLICK THE IMAGES NOW!! GOTO THE BEST COMICS IN THE WORLD!
CHAOS BLACK JOIN THE FORUMS!!



Age 32
Seen August 27th, 2006
Posted September 17th, 2005
916 posts
19.3 Years
i actually just built a map tried to make an npc talk i got it but i couldnt get him to turn around 0_o
Current hacks:
Chaos black (Hacker)
Supreme Evolution (Co-Head, Hacker and Spriter (on hold))
Justice White((Hacker)LINK?(lazy :P))

CLICK THE IMAGES NOW!! GOTO THE BEST COMICS IN THE WORLD!
CHAOS BLACK JOIN THE FORUMS!!



Age 32
Seen August 27th, 2006
Posted September 17th, 2005
916 posts
19.3 Years
oh. i wanna make a pokemon gam :D heh but i guess we could try rpg since i can easily get a rpg enginge i think o_0
Current hacks:
Chaos black (Hacker)
Supreme Evolution (Co-Head, Hacker and Spriter (on hold))
Justice White((Hacker)LINK?(lazy :P))

CLICK THE IMAGES NOW!! GOTO THE BEST COMICS IN THE WORLD!
CHAOS BLACK JOIN THE FORUMS!!



Age 32
Seen August 27th, 2006
Posted September 17th, 2005
916 posts
19.3 Years
ummm. i really don't think so cause i know hex a dec i don't think they will help o_0
Current hacks:
Chaos black (Hacker)
Supreme Evolution (Co-Head, Hacker and Spriter (on hold))
Justice White((Hacker)LINK?(lazy :P))

CLICK THE IMAGES NOW!! GOTO THE BEST COMICS IN THE WORLD!
CHAOS BLACK JOIN THE FORUMS!!



Age 36
Ireland
Seen July 30th, 2007
Posted July 21st, 2007
300 posts
19 Years
Sphere does no use java,if you end up learning java you will be disapointed because it is a completly different laguage to javascript and it has nothing to with sphere.
30mins learning decimal and hexidecimal, is that any use in sphere?
No and no offense but why 30 mins learning that,they should at least teach you decimals in school.
IDK
Seen April 26th, 2020
Posted February 2nd, 2006
418 posts
19.1 Years
umm....sphere uses javascript, just a different type, if you knew anything then you would know there is many many many java languages
Shiny Hunter...what?!

Im on my search for my first legit shiny on my Gba ruby and firered...never found one except for on the comp on a rom. wooo.
Age 36
Ireland
Seen July 30th, 2007
Posted July 21st, 2007
300 posts
19 Years
Sphere uses javascript not java,I think I would know i am coding a game in sphere.

Here is some proof

Declaring Variables in JAVA
 
   // integers
        byte largestByte = Byte.MAX_VALUE;
        short largestShort = Short.MAX_VALUE;
        int largestInteger = Integer.MAX_VALUE;
        long largestLong = Long.MAX_VALUE;

        // real numbers
        float largestFloat = Float.MAX_VALUE;
        double largestDouble = Double.MAX_VALUE;

        // other primitive types
        char aChar = 'S';
        boolean aBoolean = true;
Declaring variables in JavaScript
var boolean = true;
var number = 67463;
var string = "Java is a completley different language to javascript"
As you would know if you knew anything in javascript you dont have to declare what data type your variables are in javascript
Boolean,integer,string etc.
None of your beeswax!
Seen November 24th, 2007
Posted September 14th, 2005
1,981 posts
19.4 Years
I can hear the gears of Meerkat's mind turning, the endless possiblilities.

But just remember that you have to learn to do everything just right or it all falls appart! Yay! Just imagine working hours on something, and you put the wrong symbol in one little thingy and your program's worthless if you can't find it! I can picture it now... a very upset Meerkat. ;)
-DM31




Age 35
Australia
Seen April 4th, 2017
Posted December 14th, 2015
1,279 posts
19.2 Years
lol. isn't there some kind of code scanner to check if you have incorrect coding somewhere? I'm pretty sure it tells you where the coding is broken like ERROR: Line 32 Wrong Syntax.. or something... you just have to know how to understand what its trying to tell you.

I have used a game maker with coding similar to javascript before.. it was relatively easy and had lots of extra help and inbuilt things like rm2k.. it's called GM the latest one is GM 5 i think.. i made a 1945 style plane game.. I did a tutorial then adapted the coding a bit.. i had 2 player stuff working as well.. its not really that hard. There is even online capabilities. You could program a 3d game with it as well, I have seen it done! Here is the URL: http://www.gamemaker.nl/ lol just found it then. Do you guys want to switch to GM? I have seen about 2 pokemon games made with it and they didnt really use the full potential of GM. You can sell games you make with GM too!

Pokemon Indigo League is a re-creation of the original Pokemon TV series in game form