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

#1 2011-12-09 19:51:56

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

making a costume that is bigger than the stage?

Hi,
I am going to make a game called: the warp
its going to have a plot, a awesome storyline, and 3d unicorns with sound.  lol
the problem is,
I dont know how to make a costume that is bigger than the backround

thanks,

flashgocrazy

Last edited by flashgocrazy (2011-12-09 19:58:55)


◕‿◕

Offline

 

#2 2011-12-09 19:55:23

SciencyScratcher
New Scratcher
Registered: 2011-12-08
Posts: 3

Re: making a costume that is bigger than the stage?

I don't think you can, but if you don't want it to display off the screen then use a script that says:

<when green flag clicked>
<forever>
  <if><touching[ edge ]
  <hide>
  <else>
  <show>
  <end>
<end>

Offline

 

#3 2011-12-09 22:27:51

hightide
New Scratcher
Registered: 2011-12-09
Posts: 27

Re: making a costume that is bigger than the stage?

I agree with SciencyScratcher- I'm not sure if it's possible with the standard program. The only way I know of would be to just toy around with the Size effect. If I'm not mistaken, however, sizing works differently in the site's player? Not sure, really- If you don't get the desired look when you upload just advise people to download and play, I guess.

Best of luck, though. Your project sounds like it's going to be quite interesting. 3D unicorns sure are something.

Offline

 

#4 2011-12-09 22:34:03

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: making a costume that is bigger than the stage?

There is a way, but it's pretty limited. If you right-click the stage and click "grab screen region for new sprite" (or something to that effect), you can grab a portion of the screen larger than the costume limit. Unfortunately, you can only go so far as the Scratch window itself, which is effectively limited to being just smaller than your computer screen.

A better way is to use scrolling. Take a look at this and this to get a good idea on how to accomplish this.

Offline

 

#5 2011-12-10 11:14:23

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: making a costume that is bigger than the stage?

hightide wrote:

I agree with SciencyScratcher- I'm not sure if it's possible with the standard program. The only way I know of would be to just toy around with the Size effect. If I'm not mistaken, however, sizing works differently in the site's player? Not sure, really- If you don't get the desired look when you upload just advise people to download and play, I guess.

Best of luck, though. Your project sounds like it's going to be quite interesting. 3D unicorns sure are something.

the 3D unicorns was just a joke I found in this comic called "knight life" one time

coolstuff wrote:

There is a way, but it's pretty limited. If you right-click the stage and click "grab screen region for new sprite" (or something to that effect), you can grab a portion of the screen larger than the costume limit. Unfortunately, you can only go so far as the Scratch window itself, which is effectively limited to being just smaller than your computer screen.

A better way is to use scrolling. Take a look at this and this to get a good idea on how to accomplish this.

thx, I just needed to know how to make a bigger costume for a scrolling game  big_smile


◕‿◕

Offline

 

Board footer