The Daily Click ::. Forums ::. General Chat ::. Moving away from klik...
 

Post Reply  Post Oekaki 
 

Posted By Message

Knudde (Shab)

Administrator
Crazy?

Registered
  31/01/2003
Points
  5125

Has Donated, Thank You!Clickzine StaffKlikCast StarVIP MemberGhostbuster!Dos Rules!I donated an open source project
19th June, 2005 at 12:14:02 -

I feel limited all the time when using klik products, that's where ingenuity comes in, while it would be easier in some ways to be able to script ai out, it's kinda fun diong it in a backasswards way.

 
Craps, I'm an old man!

Willy C



Registered
  14/02/2004
Points
  1524

Game of the Week WinnerKlikCast StarPicture Me This -Round8- Winner!VIP MemberWii OwnerIt's-a me, Mario!Hero of TimeThe Cake is a LiePS3 OwnerI am an April Fool
Batman!Teddy Bear
19th June, 2005 at 12:45:04 -

Havnt you seen the 3D extension to MMF2, dunno what it was called right now, but it was really good, pretty much like Unreal 1 grapics. SO there is no need to leave clickteam products, just wait for MMF2

 
http://www.robocaptain.com

DeadmanDines

Best Article Writer

Registered
  27/04/2006
Points
  4758
19th June, 2005 at 13:01:42 -

"They're still somewhat limited for 2D in some respects, but that's the price you pay for simplicity of use."

I agree. The whole concept of 'frames' is dreadful. I wish they allowed you to separate your levels from your events. So one events sheet could run multiple levels, and one level could be handled by different event sheets.

But no. This is why people end up having to build their own MMF-based game engines, so you don't have to update every single frame when you change one event. The result is horridly complicated code, and time wasted on having to build your own level editor.

If I ever move, it'll be to Jamagic. You can make absolutely awesome 2d games just by using the 3d engine and shoving sprites in as 2d planes. 360-degree smooth rotating, no pixel debris when you turn, and you can zoom/rotate the camera, etc. Just don't like the design and editors much.

 
191 / 9999 * 7 + 191 * 7

Matt Boothman

The Nissan Micra of forum members

Registered
  20/09/2002
Points
  109

Game of the Week Winner
19th June, 2005 at 13:49:58 -

You could use global values and use an object as a trigger.

If level has "Object 1" then:
- Activate Group "Level Workings".

if level has "Object 2" then:
- Deactivate Group "Level Workings".

 
http://soundcloud.com/normbo - Listen to my music.

Knudde (Shab)

Administrator
Crazy?

Registered
  31/01/2003
Points
  5125

Has Donated, Thank You!Clickzine StaffKlikCast StarVIP MemberGhostbuster!Dos Rules!I donated an open source project
19th June, 2005 at 14:00:48 -

@dines - Yeah, but the chances of the average young kliker understanding how it works would be lessed by a great deal. It's not easier to do it that way, but it does make for easier understanding.

 
Craps, I'm an old man!

Tigerworks

Klik Legend

Registered
  15/01/2002
Points
  3882
19th June, 2005 at 17:25:31 -

I'm slowly moving on to C++; with MFC, it's pretty much just as fast and ten times more flexible to make applications. Games is a different matter though, I won't be doing games in C++ for a while yet - I'm not very interested in 3D, and MMF already has an okay 2D engine which I can't be bothered to rewrite in C++.

 
- Tigerworks

Cecilectomy

noPE

Registered
  19/03/2005
Points
  305

Has Donated, Thank You!VIP MemberWeekly Picture Me This Winner!Cardboard BoxGhostbuster!Pokemon Ball!ComputerBox RedSanta HatSnowman
I am an April Fool
19th June, 2005 at 21:15:29 -

im stickin to BASIC for a while before i make the jump to c or c++. theres nothing in klick software that can satisfiy that feeling of writing every single thing that makes the game work. "you become one with code". i like it.

 
n/a

axel

Crazy?

Registered
  05/02/2005
Points
  4766

Game of the Week WinnerYou've Been Circy'd!
20th June, 2005 at 05:27:58 -

klik or click, legendkpr. Not klick... klick merely sounds like the sound of a crap hitting a carwindow....

 
n/a

Nuutti



Registered
  26/10/2003
Points
  1364
20th June, 2005 at 05:40:33 -

Im not moving anywhere from klik.

 
P.S. sorry for my mangled english.

DeadmanDines

Best Article Writer

Registered
  27/04/2006
Points
  4758
20th June, 2005 at 07:41:41 -

Shab: "It's not easier to do it that way, but it does make for easier understanding."

I appreciate that, but it does make MMF more limited.

I keep meaning to make one game engine in MMF and always use that to build my games in future, but I never have time.

 
191 / 9999 * 7 + 191 * 7

vortex2



Registered
  27/05/2002
Points
  1406
20th June, 2005 at 17:08:39 -

Woo go Jamagic! .

 
A bit of insanity with every bite!

Cecilectomy

noPE

Registered
  19/03/2005
Points
  305

Has Donated, Thank You!VIP MemberWeekly Picture Me This Winner!Cardboard BoxGhostbuster!Pokemon Ball!ComputerBox RedSanta HatSnowman
I am an April Fool
20th June, 2005 at 21:51:26 -

your right aggggge. "click"team, "click" & create, the daily "click". cept for one thing, the original "klik" 'n' play...thats spelled K L I K... i like klik no matter what it sounds like.

 
n/a

Muz



Registered
  14/02/2002
Points
  6499

VIP MemberI'm on a BoatI am an April FoolHonored Admin Alumnus
22nd June, 2005 at 22:59:31 -

It really depends on the type of game you make. If you're working on 3D, click products just plain suck (for now). I'm surprised CT hasn't already created a quick 3D game making product. Er, besides Jamagic.

But for most (of my) purposes, click products are pretty damn good. They put things together quick and easy, but like a building made of sticks and lots of scotch tape, they do get a bit messy for the bigger things. I think click products would be so much more easier to use if they just used some sort of system where you could type in events, as well as use the event editor.

But then again, I mainly make (work on) very detailed games which can pretty much be considered text-based with an graphical interface . Clicking buttons is a hell lot faster than typing commands. I think I could do it much faster in C++, but I don't have the time to learn it.

 
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.

Image

arpgme



Registered
  04/07/2005
Points
  369
4th July, 2005 at 23:03:03 -

I hate kilk but I am still staying at TDC because yo u can make friends show off your games exc.

 
n/a

Silveraura

God's God

Registered
  08/08/2002
Points
  6747

Game of the Week WinnerKlikCast StarAlien In Training!VIP Member360 OwnerWii OwnerSonic SpeedThe Cake is a LieComputerChristmas Tree!
I am an April Fool
5th July, 2005 at 19:24:15 -

I'm still looking around for an easy switch dev tool to use to jump from MMF, because no matter how much you want to battle down the fact, it is limited in alot of ways, even for 2D games. I'm actually looking to get into 3D designing, expecially because I am slowly growing in 3D skill thanks to 3D Studio Max.

 
http://www.facebook.com/truediamondgame
   

Post Reply



 



Advertisement

Worth A Click