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:
Adding this is extremely simple.
1) Add the following to your database / external variables or override variables, depending on your setup.
Then simply upload the attached ZIP (or click
Reload the client and you should have falling snowflakes on the hotel view.
Thanks,
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:
You must be registered for see images 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
Then simply upload the attached ZIP (or click
You must be registered for see links
) 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,