Just realised, all things im wanting it to stop if touching them are black and only one other thing that I dont want is (But I can change that things colour)! So no I can use the:
if touching colour < (Black) >Now all I need you to answer is:
Offline
Sorry, I don't know how to post/write the touching colour block, I meant to say:
If touching colour (Black).
Offline
DoowNimajneb wrote:
Just realised, all things im wanting it to stop if touching them are black and only one other thing that I dont want is (But I can change that things colour)! So no I can use the:
if touching colour < (Black) >Now all I need you to answer is:
How can I get the coin to actually stop once its touched something.
And how can I get it to glide in a random direction?
Please answer soon as this project has to be in by the end of Monday!
Aghhh, Doownimajneb, I wrote a few scripts on here over the last 2 days, are they what you need? I will post it again...
Here is a script for your gliding coin:
when I receive [broadcasted thing v] repeat until <touching [board v]?> glide (1) secs to x: (Pick random (1) to (360)) y: (pick random (1) to (360)) end hideHere is a script to stop once it touches a coin:
when I receive [broadcasted thing v] forever if <touching [sprite v]?> hideThese scripts will allow your coin to glide randomly, and once it touches the sprite it will stop..
Offline