It really get messy when we want to join many background as if there is only one...
Introduction:- In scratch it is easy to make a game like DAVE with one background at one time but it is a big problem if we are going to make MARIO i.e. continuous one..
i do not know if u will like my idea but here it is...
background type --combined background...ask [row X column]
combined background may look like this
say [3 X 3]
l 1st 2nd 3rd l
l .. .... .. . l and can be easily edited
l ... ... ... l
l
for example in mario [1 X 9 (or anything) ]
another
(for some sprite)
Forever if
y > (180)
change row by 1
also same for coloumn
NOW, FEATURES
1. ZOOM IN or ZOOM OUT--(currently in my mind i am thinking about photo viewing in PICASA) if it is on then upper mentioned script is not possible...(and for this)
2. Camera Tool--
(for some sprite)
Forever if
y > (180)
change CAMERA Y by 5
[with this camera moves smoothly (or roughly according to selection) by 5 that is all content appears to change their Y position by -5] and you can understand it better the point i am trying to make
3. LOCK to camera or UNLOCK----for some sprites which are to be not affected by CAMERA TOOL
please consider it ...make more suggestions
Offline
Scrolling is possible in Scratch. Try searching for a tutorial on the Scratch wiki. http://wiki.scratch.mit.edu/
Offline
technoboy10 wrote:
Scrolling is possible in Scratch. Try searching for a tutorial on the Scratch wiki. http://wiki.scratch.mit.edu/
+1.
Offline
jontmy00 wrote:
technoboy10 wrote:
Scrolling is possible in Scratch. Try searching for a tutorial on the Scratch wiki. http://wiki.scratch.mit.edu/
+1.
Yup , You could try to first search in the future before asking.
Offline