- Joined
- Sep 11, 2006
- Messages
- 172
Can someone tell me why my floating text sometimes decides to appear after saving my map and won't appear when testing after other saves?
The trigger fires with an elapsed game time of 2 seconds. 3 texts are created and set to variables so they can be destroyed later. Then there are 6 more that some times appear and sometimes don't. Following those are 4 floating texts that always appear. So 13 in all.
The one's that are picky are 4-9 and all the other texts always appear. There are no where near 100 on the map.
I have not changed any parts affecting the floating text.
I'll post the first part for reference.
The trigger fires with an elapsed game time of 2 seconds. 3 texts are created and set to variables so they can be destroyed later. Then there are 6 more that some times appear and sometimes don't. Following those are 4 floating texts that always appear. So 13 in all.
The one's that are picky are 4-9 and all the other texts always appear. There are no where near 100 on the map.
I have not changed any parts affecting the floating text.
I'll post the first part for reference.
-
Map Start Actions
-
Events
-
Time - Elapsed game time is 2.00 seconds
-
-
Conditions
-
Actions
-
Floating Text - Create floating text that reads |cff7fff00Easy|r at (Center of Choice Copy <gen>) with Z offset 20.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[1] = (Last created floating text)
-
Floating Text - Create floating text that reads |cffff0000Hard|r at (Center of Choice <gen>) with Z offset 20.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[2] = (Last created floating text)
-
Floating Text - Create floating text that reads |cffffd700Normal|r at (Center of Choice Copy 2 <gen>) with Z offset 20.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[3] = (Last created floating text)
-
Floating Text - Create floating text that reads 5 Minutes at (Center of Choice Copy 4 <gen>) with Z offset 20.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[4] = (Last created floating text)
-
Floating Text - Create floating text that reads |cffff00002 Minutes... at (Center of Choice Copy 3 <gen>) with Z offset 20.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[5] = (Last created floating text)
-
Floating Text - Create floating text that reads 3 Minutes at (Center of Choice Copy 5 <gen>) with Z offset 20.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[6] = (Last created floating text)
-
Floating Text - Create floating text that reads 60 Seconds at (Center of Choice Copy 7 <gen>) with Z offset 20.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[7] = (Last created floating text)
-
Floating Text - Create floating text that reads |cffff0000None|r at (Center of Choice Copy 6 <gen>) with Z offset 20.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[8] = (Last created floating text)
-
Floating Text - Create floating text that reads 30 Seconds at (Center of Choice Copy 8 <gen>) with Z offset 20.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[9] = (Last created floating text)
-
Floating Text - Create floating text that reads |cff8a2be2Night Cal... at (Center of Rect 128 <gen>) with Z offset 50.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[10] = (Last created floating text)
-
Floating Text - Create floating text that reads |cff9acd32Huntress|... at (Center of Rect 127 <gen>) with Z offset 50.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[11] = (Last created floating text)
-
Floating Text - Create floating text that reads |cff87cefaKnight|r at (Center of Rect 125 <gen>) with Z offset 50.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[12] = (Last created floating text)
-
Floating Text - Create floating text that reads |cffff8c00Line Brea... at (Center of Rect 126 <gen>) with Z offset 50.00, using font size 20.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
-
Set FloatingText[13] = (Last created floating text)
-
-