This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Deutsch
  •  » mit bestimmter Punkteanzahl ins nächste Level?!

#1 2010-06-01 07:06:29

Sun13
Scratcher
Registered: 2010-06-01
Posts: 1

mit bestimmter Punkteanzahl ins nächste Level?!

Hallo
ich brauche ganz dringen Hilfe.
Ich hab nämlich das Problem, dass ich bei meinem Spiel möchte, dass ab einer bestimmten Punkteanzahl, die erreicht wurde, der Hintergrund wechselt und "Level 2" (z.B.) eingeblendet wird.
Ich habe schon alles mögliche ausprobiert, aber nichts hat geklappt.
Ich brauche ganz schnell eine Antwort, da ich das Spiel für die Schule machen muss und schon bald Abgabetermin ist.

Liebe Grüße
sun13

Offline

 

#2 2010-06-01 08:01:28

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: mit bestimmter Punkteanzahl ins nächste Level?!

[blocks]
Im Code vom Objekt das die Punkte sammelt:
<when green flag clicked>
<forever>
<if><( <{ punkte }> <=> die anzahl von Punkten bei der das nächste Level eingeblendet werden soll )>
<broadcast[ nächstes Level ]and wait c>
<end>
<end>

Im Code vom Hintergrund:

<when I receive[ nächstes Level
<next costume>
[/blocks]


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 
  • Index
  •  » Deutsch
  •  » mit bestimmter Punkteanzahl ins nächste Level?!

Board footer