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

#1 2011-06-29 04:16:27

ilovepineapplelumps
New Scratcher
Registered: 2011-06-24
Posts: 6

Sprites

how do u make a sprite appear on another sprites page? So that they share a page.
i think its a page im not sure but i kinda have to have two sprites on the same (account?).

Offline

 

#2 2011-06-29 04:19:16

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Offline

 

#3 2011-06-30 02:14:48

ilovepineapplelumps
New Scratcher
Registered: 2011-06-24
Posts: 6

Re: Sprites

yup thats what i meant

lol
and anyways i figured it out

but i still need help.

how do u tell scratch when to take points away

i know u go on that orange button and make a variable but then how do u set it to take points away differently. like depending on what happens on the game.

smile

Offline

 

#4 2011-06-30 05:43:21

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Sprites

Well, have if blocks checking what's happening, and depending on the event, change the score by different amountssmile

Offline

 

#5 2011-06-30 18:24:45

Flowermanvista
Scratcher
Registered: 2011-05-29
Posts: 22

Re: Sprites

[blocks]<change{score}by(-5 [\blocks] to subtract score!

Offline

 

#6 2011-07-01 13:48:42

PlutoIsHades
Scratcher
Registered: 2010-10-18
Posts: 1000+

Re: Sprites

To add points:

Change (variable) Score by 1

To subtract points:

Change Score by -1

Last edited by PlutoIsHades (2011-07-01 13:49:49)


Minecraft, Redwall, and Cyberchase fan, and PROUD.

Offline

 

#7 2011-07-02 01:18:59

ilovepineapplelumps
New Scratcher
Registered: 2011-06-24
Posts: 6

Re: Sprites

Nevermind, how do you set a timer and set it to take a second away every second?

Offline

 

#8 2011-07-02 01:27:45

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Re: Sprites

Two ways:

use the sensing timer
make a variable named timer

sensing timer:
put reset timer in a script that comes earliest or in a new script

variable timer (i would prefer this):
First you make the variable timer
Then say in an early script or new script set timer to 0.
Then do when flag clicked
forever wait 1 second change timer by 1 wait 1 second

This should work. Hope it helped.


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

Board footer