Показать сообщение отдельно
Старый 01.04.2008, 19:35   #9
KRIK
Бывалый
 
Регистрация: 19.09.2005
Сообщений: 649
Написано 3 полезных сообщений
(для 3 пользователей)
Ответ: Правельно распределить

H@NON! Я конеш не супер блитсер, но вот что я нашёл в справке по поводу Collisions. Разве это не смена коллизиии???

.....

; Change collision method 
If KeyHit( 50 )=True 
method=method+1 
If method=4 Then method=1 
If method=1 Then method_info$="ellipsoid-to-sphere" 
If method=2 Then method_info$="ellipsoid-to-polygon" 
If method=3 Then method_info$="ellipsoid-to-box" 
EndIf 

; Change collision response 
If KeyHit( 19 )=True 
response=response+1 
If response=4 Then response=1 
If response=1 Then response_info$="stop" 
If response=2 Then response_info$="slide1" 
If response=3 Then response_info$="slide2" 
EndIf 

.....
(Offline)
 
Ответить с цитированием