Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/25/26 23:21
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
WFO Training with parallel cores Zorro64
by Martin_HH. 02/24/26 19:51
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
1 registered members (TipmyPip), 6,243 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
How to do street lmaps (ligths) and traffic ligths #10333
09/11/02 02:57
09/11/02 02:57
Joined: Jul 2002
Posts: 1,364
Minbar
M
MaxF Offline OP
Serious User
MaxF  Offline OP
Serious User
M

Joined: Jul 2002
Posts: 1,364
Minbar
Hi All

Hope someone can help me, I wish to have traffic ligth and street lamps (ligths).

How does one do this and does anyone have a WDL file and models.


Re: How to do street lmaps (ligths) and traffic ligths #10334
09/11/02 04:17
09/11/02 04:17

A
Anonymous
Unregistered
Anonymous
Unregistered
A



have you tried 3dcafe for the models.

Re: How to do street lmaps (ligths) and traffic ligths #10335
09/11/02 10:55
09/11/02 10:55

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Take a look at my homepage. You can download this effect there:

 -

Re: How to do street lmaps (ligths) and traffic ligths #10336
09/29/02 04:53
09/29/02 04:53
Joined: Jun 2002
Posts: 31
Canada
D
designfirm.ca Offline
Newbie
designfirm.ca  Offline
Newbie
D

Joined: Jun 2002
Posts: 31
Canada
Here's code for a four corner street (signal) light. Make a three frame sprite bmp like this:

 -

Attach stoplight1 to one light image and attach stoplight2 to the opposite light image. This code makes each light pause on red for a second just like like real lights.

ACTION stoplight2{
while (1) {
my.frame = zzz; wait (1);}
}

ACTION stoplight1{

while (1) {
my.frame = 1; zzz = 3; waitt (100); //green1-red2
my.frame = 2; waitt (40); //yellow1

my.frame = 3; waitt (20); //red1
zzz = 1; waitt (100); //green2

zzz = 2; waitt (40); //yellow2
zzz = 3; waitt (20); //pause2
wait(1);}
}

Re: How to do street lmaps (ligths) and traffic ligths #10337
09/29/02 06:40
09/29/02 06:40
Joined: Jan 2002
Posts: 636
italy
argeia Offline
Developer
argeia  Offline
Developer

Joined: Jan 2002
Posts: 636
italy
very cool

Re: How to do street lmaps (ligths) and traffic ligths #10338
09/29/02 07:47
09/29/02 07:47

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Real Spawn has a model for you.
Give Praise to Him!

Traffic Light


Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1