The Daily Click ::. Forums ::. Klik Coding Help ::. Game in the making
 

Post Reply  Post Oekaki 
 

Posted By Message

renneF



Registered
  02/08/2003
Points
  672
30th October, 2004 at 08:04:58 -

this is our game in the making and we know its got shity stuff help give us some tips and all itll get better aoh there is a problem with the parallax scrolling need fixing note any otjher problems thanks...


 
Image

renneF



Registered
  02/08/2003
Points
  672
30th October, 2004 at 08:12:38 -

here it is: http://aa.1asphost.com/fenner/wiztest1.gam

 
Image

renneF



Registered
  02/08/2003
Points
  672
30th October, 2004 at 08:42:48 -

Its possible just keep trying.
could you help on a way to keep the jump height constant.

 
Image

AndyUK

Mascot Maniac

Registered
  01/08/2002
Points
  14586

Game of the Week WinnerSecond GOTW AwardHas Donated, Thank You!VIP Member
31st October, 2004 at 09:54:13 -

in your gravity 2 event you need to take out the every.12. and it seems you have way more events than you need.
i don't understand your events that well because i do things differently but make him jump slower without using 'every'

 
.

Tiles

Possibly Insane

Registered
  06/12/2002
Points
  2339

GOTM 3TH PLACE WINNER - JANUARY 2010
31st October, 2004 at 12:22:19 -

Yes, the " every " event is working over the complete time when the frame is playing , starting to count at start of frame .

Letīs say you have an event with every 2 seconds . Like : every 2 seconds + animation is playing --> do something. Then it could happen that you start this event when only 1 second is left until the next "every" becomes true . And so your "do something" action for the every 2 seconds + animation is playing condition starts to work after one second instead of the needed two . Or in the worst case even one loop instead of 100 loops to fulfill the 2 seconds .

Better way is to use an alterable value for counting such things . The mainloop of MMF cycles with 50 loops per second . So set the alt val to 1 when your action starts , increase the alt val with an always event when it is gerater zero. And when your needed time is reached (in your case i would say six : 12/100 seconds versus mainloop MMF of fifty ) , set alt val back to zero, and do your needed action .

 
Free graphics,Free Games
http://www.reinerstilesets.de

The Chris Street

Administrator
Unspeakably Lazy Admin

Registered
  14/05/2002
Points
  48487

Game of the Week WinnerClickzine StaffAcoders MemberKlikCast StarVIP MemberPicture Me This Round 35 Winner!Second GOTW AwardYou've Been Circy'd!Picture Me This Round 38 Winner!GOTM December Third Place!!
I am an April FoolKliktober Special Award Tag
31st October, 2004 at 13:58:35 -

Basically, never use timer based events in platform engines, because you'll get everything wrong, like jumping heights and how far your player will sink into the ground

 
n/a

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
31st October, 2004 at 17:53:38 -

Phizzy - An engine you created won't let the players sink into the ground?

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

Deleted User
31st October, 2004 at 18:29:56 -

yooooooo, ok whatever, i cant play ur game-in-progress because it says i need "gfres" file, and i dunno what THAT is.

 
   

Post Reply



 



Advertisement

Worth A Click