Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,079
» Latest member: seanac11
» Forum threads: 10,350
» Forum posts: 91,276

Full Statistics

Online Users
There are currently 222 online users.
» 0 Member(s) | 220 Guest(s)
Bing, Google

Latest Threads
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,322
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 745
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,529
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,237
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,121
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 985
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 966
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,178
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 990
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 943

 
  Looking for a cool Rich looking skin
Posted by: kingcreatorlabs - 01-17-2012, 02:42 PM - Forum: Skins - No Replies

Can someone find me one or make me a cool skin? If you go on any of the websites that are in my desc i would be willing to pay for it.

Print this item

  I don't see any of the old members?
Posted by: InternetGuy - 01-16-2012, 05:10 PM - Forum: 2DWorlds Discussion - Replies (10)

O: guys where are you?
(Talking about the early '10ers)

Print this item

  I found this interesting (Java)
Posted by: Chaos - 01-15-2012, 02:57 AM - Forum: Programming - Replies (2)

A multidimensional array!

In the Java programming language, a multidimensional array is simply an array whose components are themselves arrays.

[lua]
class MultiDimArrayDemo {
public static void main(String[] args) {
String[][] names = {
{"Mr. ", "Mrs. ", "Ms. "},
{"Smith", "Jones"}
};
// Mr. Smith
System.out.println(names[0][0] +
names[1][0]);
// Ms. Jones
System.out.println(names[0][2] +
names[1][1]);
}
}
[/lua]

Print this item

  HOW DO YOU DELETE ACCOUNT!
Posted by: Guest - 01-15-2012, 12:29 AM - Forum: Help - Replies (6)

Really need to know how! Please reply asap

Print this item

  I've started Java a few days ago.
Posted by: Chaos - 01-15-2012, 12:19 AM - Forum: Programming - Replies (6)

I've moved on from php. Java is so much more fun, and it clicks for me! I'm already writing basic programs.

Print this item

Wink How Do U Like My New Siggy?
Posted by: Leonartist - 01-14-2012, 08:23 PM - Forum: General Discussion - Replies (15)

..........

Print this item

  Car texture I made
Posted by: Fat_Sacks - 01-13-2012, 11:38 PM - Forum: Free Resources - No Replies

[Image: 4fy2hi.jpg]
Feel free to use.

Print this item

  Single-axis "FixedPositionX/Y" object
Posted by: TylerMcBride - 01-13-2012, 07:02 PM - Forum: Suggestions - No Replies

The FixedPosition object is great, but it restricts BOTH axes when I really want to make a platform that only moves up and down, for example (when the player touches it, it can slide left or right from their movements).

Can we get FixedPositionX and FixedPositionY objects to fix this problem? Or some way to only enable one axis at a time?

Print this item

  Saving/loading functionality broken
Posted by: TylerMcBride - 01-13-2012, 05:19 PM - Forum: Bug Reports - Replies (5)

The past few days I've attempted to save levels and load them up later, but each time I do, the level just comes up as blank. Absolutely nothing in the World.

I've successfully been unable to save nor load on both my Macbook and Windows computers, so something's obviously wrong here. The problem seems to be with loading, not saving.

(also deleting things on Macbooks is annoying since you have to use Cut, there's no delete button/option)

Print this item

  I made a quick Top Down/Car test.
Posted by: Brassrhino - 01-13-2012, 03:47 PM - Forum: 2DWorlds Discussion - Replies (4)

I'm not gonna save it over one of my current games, so I'll just attach it to this thread.

I made the Car texture myself in the past hour, I worked hard on it, but feel free to use it.

Also, you can use the level and make it yours if you want, I don't really care, or you can make some adaptation of it, whatever, It's yours.

Hope you enjoy it! Smile



Attached Files
.buildism   carcrash.buildism (Size: 19.57 KB / Downloads: 8)
Print this item