I am doing a game in scratch for a school project and I need the watering can to change the withering flowers to where the flowers are bloomed. I already made the costumes, I just need help with the script.
Thanks!
Offline
Well, it depends on how your scripts are already set up. If the watering can pours out water, you could have the flowers change when it touches the water sprite.
Offline
;D, well done for asking, because that is something you need to be shown not work out, even though it is simple. Here is the script:
[scratchblocks]
when I receive [Bloom v]
switch to costume [Bloomed v]
[scratchblocks]
also, put this in the watering put, so if you kneed it to do it the moment it tips, put this in with the script that makes it tip:
[scratchblocks]
broadcast [Bloom v]
[scratchblocks]
Hope this helps!
Offline
Mighty Matt said:
"
;D, well done for asking, because that is something you need to be shown not work out, even though it is simple. Here is the script:
when I receive [Bloom v] switch to costume [Bloomed v]also, put this in the watering put, so if you kneed it to do it the moment it tips, put this in with the script that makes it tip:
broadcast [Bloom v]Hope this helps!
Offline
MightyMat wrote:
;D, well done for asking, because that is something you need to be shown not work out, even though it is simple. Here is the script:
when I receive [Bloom v] switch to costume [Bloomed v]also, put this in the watering put, so if you kneed it to do it the moment it tips, put this in with the script that makes it tip:broadcast [Bloom v]Hope this helps!
Sorry, missed out some "/'s". Also, does anybody know how to get one of those auto signiture things?
Offline
rookwood101 wrote:
Mighty Matt said:
"
;D, well done for asking, because that is something you need to be shown not work out, even though it is simple. Here is the script:when I receive [Bloom v] switch to costume [Bloomed v]also, put this in the watering put, so if you kneed it to do it the moment it tips, put this in with the script that makes it tip:broadcast [Bloom v]Hope this helps!
"
Remember; it's got a slash on the end tag
I only realised that the second I posted, but then found the rule about not being able to post again for another 180 secs...why do they have that anyway?
Offline
MightyMat wrote:
I only realised that the second I posted, but then found the rule about not being able to post again for another 180 secs...why do they have that anyway?
It's just there to prevent spam flooding, especially from SEO spammers and trolls.
The timer gets changed from 180 seconds to 60 seconds (which is standard on most forums) when your status changes to Scratcher.
Offline
scimonster wrote:
Well, it depends on how your scripts are already set up. If the watering can pours out water, you could have the flowers change when it touches the water sprite.
Okay, but how? I need the script.
Offline
Isn't that, um, cheating, using scripts fed to you?
Do you have any programming done already?
Offline