Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / Something is not right

Author
Message
Slooper
21
Years of Service
User Offline
Joined: 13th Feb 2003
Location: Sweden
Posted: 7th May 2003 16:59
ok now I am mad this code does not work properly I am trying to make a ifeld for the ball and when it is in the field the object is suposed to be hidden here is the whole code




hope someone can help me
You never fail, only make mistakes.
Slooper
21
Years of Service
User Offline
Joined: 13th Feb 2003
Location: Sweden
Posted: 7th May 2003 17:02
dam it did it wrong it is coming again

and i say it again i am trying to make a filed for the ball(object 1)
to kill the box(object 2)

You never fail, only make mistakes.
Slooper
21
Years of Service
User Offline
Joined: 13th Feb 2003
Location: Sweden
Posted: 7th May 2003 17:02


You never fail, only make mistakes.
Xlimun
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: United Kingdom
Posted: 7th May 2003 17:37
Well, the cod isn't working, maybe if I had a 'working' rogram I could help you out.

Try not to become a man of success, but rather try to become a man of value.
--Albert Einstein
Flashing Blade
22
Years of Service
User Offline
Joined: 19th Oct 2002
Location: United Kingdom
Posted: 7th May 2003 18:33
this:

if object position x(2)<=-2 and >=2 and object position y(2)<=-1 and >=1

should be this:

if object position x(2)<=-2 and object position x(2)>=2 and object position y(2)<=-1 and object position y(2)>=1
Slooper
21
Years of Service
User Offline
Joined: 13th Feb 2003
Location: Sweden
Posted: 7th May 2003 19:58
thanx

You never fail, only make mistakes.
spooky
22
Years of Service
User Offline
Joined: 30th Aug 2002
Location: United Kingdom
Posted: 7th May 2003 20:08
also, a number can not be less than or equal -2 AND greater or equal than 2. Not possible! I think you mean >=-2 and <=2

Gronda, Gronda

Login to post a reply

Server time is: 2024-11-10 07:48:41
Your offset time is: 2024-11-10 07:48:41