This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-12-10 18:05:09

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Help on big project

OK, this is gonna be my pride and joy project, hopefully.

BUT EVEN MY MENU SCREEN FAILS MISERABLY.  sad

Help, anyone? Read the project notes.


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#2 2012-12-11 09:02:45

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Help on big project

bumpeth


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#3 2012-12-11 09:03:36

BetaSmozzick
Scratcher
Registered: 2012-02-25
Posts: 51

Re: Help on big project

A link to the project might help ^^

Having a look at the moment...

---

What to Do:

Remove the

broadcast [start v]
at the end of the when I receive mba code.




Also just so you know you probably don't want forever code for your Start and Tutorial buttons. It might be better to use Repeat Until and have a variable that changes when the game has started.

Last edited by BetaSmozzick (2012-12-11 09:09:25)

Offline

 

#4 2012-12-11 09:13:06

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Help on big project

OK, thanks!

But broadcasting start in the other sprites doesn't work either..I have to click it five times, and the sprites that need to hide don't, and the ones that need to show stay hidden.


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#5 2012-12-11 09:15:52

BetaSmozzick
Scratcher
Registered: 2012-02-25
Posts: 51

Re: Help on big project

Edited this because I misunderstood what you were saying I think.

Thing is that start broadcast was unnecessary because all it does start the game before you even get to the menu.

By removing it you reach the menu and clicking on the buttons seems to work then.

---

If it doesn't fix it then just post again.

Last edited by BetaSmozzick (2012-12-11 09:32:25)

Offline

 

#6 2012-12-11 11:05:38

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Help on big project

Kay, everything works, BUT....

Why is the music compressed? I never did anything to it, and in the most recent version it's compressed (though in the original version when you downloaded and played it, it was working fine)


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#7 2012-12-11 11:27:09

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Help on big project

Now it's working, but still... hmm


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#8 2012-12-11 12:30:44

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Help on big project

Actually, it's all smooth sailing from here! be done soon!  big_smile


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#9 2012-12-11 15:32:35

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Help on big project

Wait.

Actually I need one more thing. The terrain sprite won't draw all of the list, only do greens. Any solutions?


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#10 2012-12-11 16:27:45

BetaSmozzick
Scratcher
Registered: 2012-02-25
Posts: 51

Re: Help on big project

Ah? That sounds odd...I'll take a look.

Not sure if this is the entire solution but it might be:

In the terrain block between the repeat 10 and repeat 14 blocks put:

set [i v] to [1]
Also since you are starting on 1 it should be repeat 13; not repeat 14.

Last edited by BetaSmozzick (2012-12-11 16:34:25)

Offline

 

#11 2012-12-12 08:50:50

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Help on big project

Ah, thanks! You have been a HUUGGEE help to me!  big_smile


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#12 2012-12-12 14:49:31

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Help on big project

And now I have a huge block where I completely forgot what to do next in the actual platforming sprite. ._.


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#13 2012-12-14 18:35:59

BetaSmozzick
Scratcher
Registered: 2012-02-25
Posts: 51

Re: Help on big project

Lol. Well, if you get anymore specific problems just post em ^^

Offline

 

Board footer