Discuss Scratch

Joshokitty
Scratcher
15 posts

Not Letting Me Do Hearts

In my upcoming game, The Fartist, (soon to release ) on one level, Scratch blocks are not letting me do a “heart” system. What I mean by heart system is that if there is a heart in one backdrop and the Fartist (the main character touches it), it will let me change the variable: Lives by 1. BUT IT IS NOT WORKING!!!! Let me show you the script:
when green flag clicked
forever

if <touching [ v]?> then

if <() < [3]> then

change [ v] by (1)
end
end
end

Last edited by Joshokitty (May 12, 2014 12:39:52)

drmcw
Scratcher
1000+ posts

Not Letting Me Do Hearts

when green flag clicked
forever
if <touching [heart v]?> then
if <(lives) < [3]> then
change [lives v] by (1)
wait until <not <touching [heart v]?>> // or hide heart
end
end
end

10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?
Joshokitty
Scratcher
15 posts

Not Letting Me Do Hearts

Neither worked. Plz help.

Last edited by Joshokitty (May 12, 2014 13:25:37)

drmcw
Scratcher
1000+ posts

Not Letting Me Do Hearts

Joshokitty wrote:

Neither worked. Plz help.
You need to share your project for further help as it must be something else.

10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?
Joshokitty
Scratcher
15 posts

Not Letting Me Do Hearts

drmcw wrote:

Joshokitty wrote:

Neither worked. Plz help.
You need to share your project for further help as it must be something else.
I will share it as a “lite version” or “BETA” soon.

Powered by DjangoBB