Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Tutorials
[Flash] How to add falling snowflakes to the hotel view
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sledmore" data-source="post: 471818" data-attributes="member: 591"><p>I noticed Habbo added something 'new' to their hotel view today that was first introduced in 2012 (or maybe before if used for something else instead of snow?)</p><p></p><p>So I figured I'd make a quick guide on how to add it, as it's probably the easiest landing view 'widget' to add and is a nice little detail for your users... if they even use the hotel view.</p><p></p><p>The Flash/Air hotel view currently has snowflakes gently falling, see a demo below:</p><p></p><p>[ATTACH=full]12928[/ATTACH]</p><p></p><p>Adding this is extremely simple.</p><p></p><p>1) Add the following to your database / external variables or override variables, depending on your setup.</p><p></p><p>[CODE]</p><p>landing.view.bgobject.1=xmas2012/snowflake_size_1;randomwalk;50;-20;0;50;10;30;500</p><p>landing.view.bgobject.2=xmas2012/snowflake_size_2;randomwalk;250;-20;0;20;20;10;1500</p><p>landing.view.bgobject.3=xmas2012/snowflake_size_1_blurred;randomwalk;500;-20;0;20;30;10;750</p><p>landing.view.bgobject.4=xmas2012/snowflake_size_2;randomwalk;750;-20;0;30;30;30;2000</p><p>landing.view.bgobject.5=xmas2012/snowflake_size_2;randomwalk;850;-20;0;20;40;25;1700</p><p>landing.view.bgobject.6=xmas2012/snowflake_size_1_blurred;randomwalk;1000;-20;0;30;30;30;2500</p><p>landing.view.bgobject.7=xmas2012/snowflake_size_2;randomwalk;1250;-20;0;50;40;10;1000</p><p>landing.view.bgobject.8=xmas2012/snowflake_size_1;randomwalk;1500;-20;0;40;60;30;500</p><p>landing.view.bgobject.9=xmas2012/snowflake_size_2blurred;randomwalk;1750;-20;0;20;20;10;1500</p><p>landing.view.bgobject.10=xmas2012/snowflake_size_1;randomwalk;2000;-20;0;20;20;10;750</p><p>landing.view.bgobject.11=xmas2012/snowflake_size_2;randomwalk;2250;-20;0;30;30;30;2000</p><p>landing.view.bgobject.12=xmas2012/snowflake_size_1;randomwalk;2500;-20;0;30;30;30;2500</p><p>landing.view.bgobject.13=xmas2012/snowflake_size_2blurred;randomwalk;2750;-20;0;40;60;30;1000</p><p>landing.view.bgobject.14=xmas2012/snowflake_size_2;randomwalk;3000;-20;0;50;40;10;2000</p><p>landing.view.bgobject.15=xmas2012/snowflake_size_1;randomwalk;3500;-20;0;30;10;30;500[/CODE]</p><p></p><p>Then simply upload the attached ZIP (or click <a href="https://sharefa.st/view/074irjBTA645" target="_blank">here</a>) to the root of your c_images folder. The result should be c_images/xmas2012 and then 4 images inside.</p><p></p><p>Reload the client and you should have falling snowflakes on the hotel view.</p><p></p><p>Thanks,</p></blockquote><p></p>
[QUOTE="Sledmore, post: 471818, member: 591"] I noticed Habbo added something 'new' to their hotel view today that was first introduced in 2012 (or maybe before if used for something else instead of snow?) So I figured I'd make a quick guide on how to add it, as it's probably the easiest landing view 'widget' to add and is a nice little detail for your users... if they even use the hotel view. The Flash/Air hotel view currently has snowflakes gently falling, see a demo below: [ATTACH type="full" width="943px" alt="Screen Recording 2021-12-06 at 01.13.51.39 AM (1).gif"]12928[/ATTACH] Adding this is extremely simple. 1) Add the following to your database / external variables or override variables, depending on your setup. [CODE] landing.view.bgobject.1=xmas2012/snowflake_size_1;randomwalk;50;-20;0;50;10;30;500 landing.view.bgobject.2=xmas2012/snowflake_size_2;randomwalk;250;-20;0;20;20;10;1500 landing.view.bgobject.3=xmas2012/snowflake_size_1_blurred;randomwalk;500;-20;0;20;30;10;750 landing.view.bgobject.4=xmas2012/snowflake_size_2;randomwalk;750;-20;0;30;30;30;2000 landing.view.bgobject.5=xmas2012/snowflake_size_2;randomwalk;850;-20;0;20;40;25;1700 landing.view.bgobject.6=xmas2012/snowflake_size_1_blurred;randomwalk;1000;-20;0;30;30;30;2500 landing.view.bgobject.7=xmas2012/snowflake_size_2;randomwalk;1250;-20;0;50;40;10;1000 landing.view.bgobject.8=xmas2012/snowflake_size_1;randomwalk;1500;-20;0;40;60;30;500 landing.view.bgobject.9=xmas2012/snowflake_size_2blurred;randomwalk;1750;-20;0;20;20;10;1500 landing.view.bgobject.10=xmas2012/snowflake_size_1;randomwalk;2000;-20;0;20;20;10;750 landing.view.bgobject.11=xmas2012/snowflake_size_2;randomwalk;2250;-20;0;30;30;30;2000 landing.view.bgobject.12=xmas2012/snowflake_size_1;randomwalk;2500;-20;0;30;30;30;2500 landing.view.bgobject.13=xmas2012/snowflake_size_2blurred;randomwalk;2750;-20;0;40;60;30;1000 landing.view.bgobject.14=xmas2012/snowflake_size_2;randomwalk;3000;-20;0;50;40;10;2000 landing.view.bgobject.15=xmas2012/snowflake_size_1;randomwalk;3500;-20;0;30;10;30;500[/CODE] Then simply upload the attached ZIP (or click [URL='https://sharefa.st/view/074irjBTA645']here[/URL]) to the root of your c_images folder. The result should be c_images/xmas2012 and then 4 images inside. Reload the client and you should have falling snowflakes on the hotel view. Thanks, [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[Flash] How to add falling snowflakes to the hotel view
Top