| Blockland Forums > Help |
| Timed events? |
| (1/2) > >> |
| Gsterman:
Im trying to make a timed event where it says Loading. , Loading.. , Loading... . Is this possible? |
| TheArmyGuy:
Yes, simply make the following: [ ] OnActivate > Client > CenterPrint [Loading.] [1000]Onactivate > Client > CenterPrint [Loading..] [2000]OnActivate > Client > CenterPrint [Loading...] Then click the brick. |
| Gsterman:
--- Quote from: TheArmyGuy on November 03, 2012, 07:50:38 PM ---Yes, simply make the following: [ ] OnActivate > Client > CenterPrint [Loading.] [1000]Onactivate > Client > CenterPrint [Loading..] [2000]OnActivate > Client > CenterPrint [Loading...] Then click the brick. --- End quote --- Thank you! |
| froglover06:
If you want it to loop do: [0] 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... |
| froglover06:
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 |
| Navigation |
| Message Index |
| Next page |