Help Putting Different Colour Dots Everywhere w/ wo using images
Author |
Message |
mche1402
|
Posted: Mon Oct 09, 2017 5:39 pm Post subject: Help Putting Different Colour Dots Everywhere w/ wo using images |
|
|
What is it you are trying to achieve?
Trying to put different colours dots all over the screen
What is the problem you are having?
The way I am doing seems too long with putting
colour(red)
put ". . . ."..
colour(blue)
put ". . ."
Describe what you have tried to solve this problem
Look at other Forum Posts
Please specify what version of Turing you are using
4.11
Here is an example of what I am trying to do. (The backround dots not the galaga)
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Insectoid
|
Posted: Tue Oct 10, 2017 7:58 pm Post subject: RE:Help Putting Different Colour Dots Everywhere w/ wo using images |
|
|
Turing has a convenient Draw.Dot command that, well, draws dots. I've got a feeling it might be exactly what you're looking for. |
|
|
|
|
|
|
|