Author Topic: Timed events?  (Read 1554 times)

Im trying to make a timed event where it says Loading. , Loading.. , Loading... . Is this possible?

Yes, simply make the following:

[ ]     OnActivate > Client > CenterPrint [Loading.]
[1000]Onactivate > Client > CenterPrint [Loading..]
[2000]OnActivate > Client > CenterPrint [Loading...]

Then click the brick.

Yes, simply make the following:

[ ]     OnActivate > Client > CenterPrint [Loading.]
[1000]Onactivate > Client > CenterPrint [Loading..]
[2000]OnActivate > Client > CenterPrint [Loading...]

Then click the brick.

Thank you!

If you want it to loop do:
  • 0 Onactivate>self>firerelay + 4000 Onrelay>self>firerelay before the 1000 onrelay>client>middletext>Loading. then 2000 onrelay>client>middletext>Loading.. then 3000 onrelay>client>middletext>Loading...

                                         

Better explanation of my previous post:

[0000] Onactivate>Self>Firerelay 
[1000] Onrelay>Client>Middletext>Loading.
[2000] Onrelay>Client>Middletext>Loading.. 
[3000] Onrelay>Client>Middlletext>Loading...
[4000] Onrelay>Self>Firerelay

Better explanation of my previous post:

[0000] Onactivate>Self>Firerelay 
[1000] Onrelay>Client>Middletext>Loading.
[2000] Onrelay>Client>Middletext>Loading.. 
[3000] Onrelay>Client>Middlletext>Loading...
[4000] Onrelay>Self>Firerelay

Change "middletext" to Centerprint.

Also, add limits of time to the end of those, like for 1 second.  It makes it cleaner and more professional.

Only problem is the onRelay only has Self and <Named Brick>, no Client

Only problem is the onRelay only has Self and <Named Brick>, no Client

Change onrelay to non default onsub events.