Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
2) click on the control tab by the drag and drop buttons
3) drag and drop the little picture of a page from the Code section
4) enter the code i sent you.. Here are the values i've chosen but feel free to modify them.
scr_move(5,12)
scr_physics(0.5,12)
scr_move( move_speed, jump_speed )" ?
{LINK REMOVED}http://www.mediafire.com/?aq6f7722q2tecq8
simply import those scripts then type...
scr_physics( gravity_speed, max_verticle_speed )
scr_move( move_speed, jump_speed )
that code should take care of most of your colission handling with solid objects!
Try tweeking the values of gravity_speed, max_verticle_speed, move_speed, and jump_speed to see what suites you best. Enjoy!