Text Scrolling Demo II

Your browser needs java to view projects. Click here to install Java.

user_icon calculus shared it 11 months, 1 week ago
user_icon Based on calculus's project
59 views, 1 tagger, 1 person loves it, 14 downloads
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
scratchycat625625 scratchycat625625 4 months ago

cool

greenflash greenflash 5 months, 1 week ago

I have a question. How can you make it automatically scroll down for you? (so you don't have to use the arrow keys)

calculus calculus 5 months, 1 week ago

You could add a script that continually increased the relevant scrolling variable, "fake y", until the bottom of the scroller was reached.

greenflash greenflash 5 months, 2 weeks ago

Nice!!!!

almanac8 almanac8 5 months, 2 weeks ago

Ah, okay. *goes to the Forum*

almanac8 almanac8 5 months, 3 weeks ago

But, how do I make the scroll appear in-game? o_0

calculus calculus 5 months, 2 weeks ago

Use a broadcast_message block to start the when_green_flag_clicked scripts, and a variable controlling the arrow key scripts (so that they will only activate if the variable is 1). Ask in more detail on the Forum

Fireicedude Fireicedude 5 months, 3 weeks ago

Nice, its a better way to think about scrolling.

almanac8 almanac8 5 months, 3 weeks ago

Neato! I could use this. You think you can script up a Quest Scroll for a game? All you need to do is make the Quest Scroll with an Accept and Reject button, and tell me the rest of the script to make it all in-game. Thanks. (I'll give you credit.)

calculus calculus 5 months, 3 weeks ago

You can definitely use this for a "Quest Scroll"

Please Wait...