Discuss Scratch

Tinlin
Scratcher
28 posts

Help with speaking a walking on a new stage.

Okay so my project Wolf pack life,

When you go to the cave entrance the black father wolf only says one sentence when he's supposed to say more.

I have this:
when backdrop switches to [Cave entrance v]

say [Welcome...]

wait (5) secs

say [I know it..]

wait () secs

say []




I've tried say for 5 seconds but it just says the first part then dosent say anything else.


Second problem when background changed to cave entrance you can no longer move,

Check out the game to see what I mean about the problems then check the script. If anyone could help me I would really appreciate it. You could point out other problems and how to fix them if you want to be extra help. Thanks in advanced.
mathfreak231
Scratcher
1000+ posts

Help with speaking a walking on a new stage.

I'm not sure how that would happen, but I'd recommend instead using Say () for () Secs:

when backdrop switches to [Cave entrance v]
say [Welcome...] for (5) secs
say [I know it...] for (7) secs
. . .
Cobalt27
Scratcher
12 posts

Help with speaking a walking on a new stage.

Tinlin wrote:

Okay so my project Wolf pack life,

When you go to the cave entrance the black father wolf only says one sentence when he's supposed to say more.

I have this:
when backdrop switches to [Cave entrance v]

say [Welcome...]

wait (5) secs

say [I know it..]

wait () secs

say []




I've tried say for 5 seconds but it just says the first part then dosent say anything else.


Second problem when background changed to cave entrance you can no longer move,

Check out the game to see what I mean about the problems then check the script. If anyone could help me I would really appreciate it. You could point out other problems and how to fix them if you want to be extra help. Thanks in advanced.
that sounds like a glich
drmcw
Scratcher
1000+ posts

Help with speaking a walking on a new stage.

On your right arrow when clicked you have a forever loop so it is continually broadcasting to switch the backdrop which resets your when backdrop switches script. Remove the forever loop.
Tinlin
Scratcher
28 posts

Help with speaking a walking on a new stage.

drmcw

I tried what you said but it still wont move up and down

Last edited by Tinlin (Dec. 8, 2013 16:13:43)

sidd_dixit
Scratcher
5 posts

Help with speaking a walking on a new stage.

Like what Cobalt27 said I think it is a glitch maybe you should post a message on the bugs section of the site.
drmcw
Scratcher
1000+ posts

Help with speaking a walking on a new stage.

Tinlin wrote:

drmcw

I tried what you said but it still wont move up and down

No changes in the project as the forever loop is still there. Works when I remove the forever loop on the when I go outside arrow's, when sprite clicked script.

Last edited by drmcw (Dec. 8, 2013 18:38:30)

Tinlin
Scratcher
28 posts

Help with speaking a walking on a new stage.

drmcw wrote:

Tinlin wrote:

drmcw

I tried what you said but it still wont move up and down

No changes in the project as the forever loop is still there. Works when I remove the forever loop on the when I go outside arrow's, when sprite clicked script.

Omg thankyou, I finally see what you mean. I have been looking at the wrong things the whole time

Do you know how to fix the father, I can't seem to get him to talk yet?
drmcw
Scratcher
1000+ posts

Help with speaking a walking on a new stage.

He's talking to me. Gone to the pond and on a hunt (doesn't say anything there though). What do you want him to say and when?
Tinlin
Scratcher
28 posts

Help with speaking a walking on a new stage.

drmcw wrote:

He's talking to me. Gone to the pond and on a hunt (doesn't say anything there though). What do you want him to say and when?


Oh I see, sorry didn't go through the game properly. I think you have helped with pretty much all my problems at the moment thankyou so much.
drmcw
Scratcher
1000+ posts

Help with speaking a walking on a new stage.

No problem. Good luck. I like the drawings just go easy on the forever blocks

Powered by DjangoBB