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

#1 2012-12-16 10:30:40

Portalmaker
Scratcher
Registered: 2012-10-21
Posts: 76

Working scroll y MADE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

NEW scroll y means better games but I can't seem to get it to work properly
PLEASE help me here's my current script:

when gf clicked
set [scrollX v] to [0]
set [scroll y v] to [0]
forever
 set x to ((scrollX)+((480)*(0)))
 set y to ((scroll y)-((scroll y)*(2)))
end


-_meow_

Offline

 

#2 2012-12-16 12:24:00

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: Working scroll y MADE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Portalmaker wrote:

NEW scroll y means better games but I can't seem to get it to work properly
PLEASE help me here's my current script:

when gf clicked
set [scrollX v] to [0]
set [scroll y v] to [0]
forever
 set x to ((scrollX)+((480)*(0)))
 set y to ((scrollY)+((360)*(0)))
end

I think i fixed it.


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#3 2012-12-27 16:53:08

Portalmaker
Scratcher
Registered: 2012-10-21
Posts: 76

Re: Working scroll y MADE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

fillergames wrote:

Portalmaker wrote:

NEW scroll y means better games but I can't seem to get it to work properly
PLEASE help me here's my current script:

when gf clicked
set [scrollX v] to [0]
set [scroll y v] to [0]
forever
 set x to ((scrollX)+((480)*(0)))
 set y to ((scrollY)+((360)*(0)))
end

I think i fixed it.

Thanks. smile


-_meow_

Offline

 

Board footer