Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,449 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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