Browse Search Popular Register Upload Rules User list Login:
Search:
how do i do this

Image:
screenshot of the scene

Author: Landon2

Group: Default

Filesize: 5.88 kB

Date added: 2017-09-09

Rating: 5

Downloads: 162

Views: 137

Comments: 5

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

i cant make it say (red is eliminated)
how do i do it?
Please log in to rate this scene
edit
In onCollide write: text = "Red is eliminated"

Also, you need to increase textScale value to about 3.0, otherwise the printed text will be too small to read.

Hope this helps.
It dosent work
Then you didn't do it correctly!

Add the text I show above in onCollide between the curly brackets like this .....

(e) = {text = "Red is eliminated"} Make sure you type it exactly as I show here. Then increase the textScale value to some larger number than what you had. About 3.0 or 4.0 should be about right but you can adjust that to the size that you need.

Try this and see if it works now....


IF you still can't make it work, let me know and I will post a scene for you with the correct script.
Last edited at 2017/09/09 04:36:37 by Xray
now it works i suddenly noticed that when i press the x button it removes my script
You're welcome.