The "Sony Games" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
No, it won`t be as lond as the FOG version.
Why am I trying it out anyway?
The PS2 forum is a very interesting place to be, but it can also be a little quiet. I though perhaps if we had a topic with several hundred replies lurking at the top, things would look more popular.
Feel free to use the topic to talk about anything. Either the latest PS2 game, latest ideas for including some female star in a game etc... or even just the usual chat that happens all over.
As I expect this to fail, I`ve decided to spend a little while pushing up the replies. No spamming, just lots of nonsense :-)
Any help would be great, it`d be boring to have a whole topic with replies from only me.
KR and Longy have you done your story yet ?
You use commands like myTurtle.moveBy(100);
This would move the line by 100 pixels. myTurtle has to be set up first as a turtle. You can set widths, colours using RGB. Static Color red = new Color(255,100,100);
Can fill in shapes by doing a for loop within a while loop.
This is my method to make a triangle of a tree.
public static void treeTriangle(int x, int y, int length)
{
int repeat = 0;
int endRepeat = length/2;
myTurtle.setWidth(2);
myTurtle.setColor(treeGreen);
myTurtle.penUp();
myTurtle.moveTo(x,y);
myTurtle.penDown();
myTurtle.turnTo(0);
while (repeat != endRepeat)
{
for (int repeatTri = 0; repeatTri < 3; repeatTri++)
{
myTurtle.moveBy(length);
myTurtle.turnBy(120);
}//for
repeat++;
length = length -2;
}//while
}//treeTriangle
my picture has 2 trees, with baubles and tinsel on them, in it a night sky with a moon, some stars. A house in the back ground with smoke coming from the chimney and a path leading towards the picture giving the pic a sense of 3D. Next to the trees are presents. Its a nice christmas scene so its a nice snowy ground. Just thought that I could add some snow onto the roof of the house.
> I'm writing some of the story now but i need to know the weapons of people
And in the unlikely case that I get a mention, make mine an elephant gun! BOOOOM!!
> I'm writing some of the story now but i need to know the weapons of people
Weapons? Like M16 and stuff like that. Well if you include me in your story then I will have to have Ebony and Ivory from DMC, or just 2 plain 9mm will be fine.
> Hey Adrian, I'M ON DIGITISER FOR THE FIRST TIME EVER!! Page 486 (the letters
> page), my e-mail address is shigsyjr@ and it's the letter about Jak&Daxter!!
> I'm so honoured.
Yeah I saw, well done.
Longy has done the first Couple of Sentences