Go Back   The Palace Avatar Chat Community Forums. > Palace Builders Palace Users > User Questions

User Questions
The spot for asking your Palace Client and Palace Server Questions.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-04-2005, 10:29 PM
Palace User
 
Join Date: Jan 2005
Posts: 4
Rep Power: 0
bluerain is on a distinguished road
one question

hello all friends... i want to learn , i want to make animated room can i make a room with java applet or another animation program ?
good luck all
Reply With Quote
  #2 (permalink)  
Old 02-04-2005, 11:13 PM
maarten's Avatar
Palace Planet Founder
 
Join Date: Oct 2002
Location: DiGiLaNd
Posts: 1,169
Rep Power: 10
maarten is on a distinguished road
RE: one question

I'm afraid Palace is very basic when it comes to animation,

These are the limitations:

-you need to make every frame by hand
-you only have 15 frames per door.

So for a simple animation with 10 frames its not to complicated.
Make 10 pictures that together make an animation, looping or whatever. Put them all in a single door and add a animation script to make the pictures change.

Here are two example scripts for animation, one starts by clicking on the door you made, the other starts when you enter.:

Start by Clicking:
Code:
;script to turn animation off and on by clicking on the spot:
ON SELECT { stat GLOBAL 1 stat - stat = < BR > 1 ME SETALARM }
ON ALARM { stat GLOBAL
{  6 pics = ;change 6 to the number of pictures you have< BR > ME GETSPOTSTATE 1 + DUP pics / pics * -
ME SETSPOTSTATELOCAL
30 ME SETALARM
;make 30 higher to slow down, lower to speed up
} stat IF
}
Start by entering the room:
Code:
;Simplest animation script by Foxy
ON ENTER { 1 ME SETALARM }
ON ALARM {
6 pics = ;change 6 to the number of pictures you have
ME GETSPOTSTATE 1 + DUP pics / pics * -
;make 30 higher to slow down, lower to speed up
ME SETSPOTSTATELOCAL
30 ME SETALARM
}
Reply With Quote
  #3 (permalink)  
Old 07-23-2009, 03:31 AM
Palace User
 
Join Date: Jul 2009
Posts: 30
Rep Power: 0
Blacktearz89 is on a distinguished road
Icon4

hey i got a question about this, i got the script in and i put about 7 images in but the images will not appear! they wont even appear in the preview part. i saved each pic as jpeg and i have no idea why this isnt working!!! what am i doing wrong?
Reply With Quote
  #4 (permalink)  
Old 07-23-2009, 03:39 AM
Palace User
 
Join Date: Jul 2009
Posts: 30
Rep Power: 0
Blacktearz89 is on a distinguished road
ok so i got the images to show up but now it wont animate. what do i havge to change from that script to make it work? i notice it says ON SELECT i want it to animate on enter how do i do this?
Reply With Quote
  #5 (permalink)  
Old 07-23-2009, 03:42 AM
Palace User
 
Join Date: Jul 2009
Posts: 30
Rep Power: 0
Blacktearz89 is on a distinguished road
omg nevermind haha im so dumb.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


The Latest Posts
Title, Username, & Date Last Post Forum
download
03-21-2011 11:20 AM
by maarten
User Questions
Palace for Mac OS 10.6?
03-13-2011 09:39 AM
by pawnipt
User Questions
Server
03-07-2011 04:52 PM
by satinrose
User Questions
Return room Script
02-24-2011 12:07 AM
by jaela
Room Scripts
Releasing source code
02-17-2011 09:19 AM
by Sman™
Developers Forum
Website spammers
01-26-2011 08:48 PM
by maarten
The Planet: Palace News
Online Users: 63
5 members and 58 guests
CanadianPharma, cotelardpewef, ordefegot, SparkleEdumut, Talithaadotte
Most users ever online was 1,010, 06-27-2007 at 11:45 PM.
Stats
Members: 4,319
Threads: 1,141
Posts: 4,004
Top Poster: maarten (1,169)
Welcome to our newest member, cotelardpewef


All times are GMT +2. The time now is 07:15 PM.


Powered by vBulletin
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0