View Single Post
  #3  
Unread 01-14-2006, 07:09 PM
Erahain Erahain is offline
A Crazed Gnoll
 
Join Date: Jan 2006
Server: Antonia Bayle
Posts: 23
Default

Yeah that works =) It's the perfect delay event.
Might want to mod this one in order to get it to work =P
This is basically a 30s delay.

Code:
<Page Name="Randomness" Size="1,1" Location="0,0" OnActivateEffector="MyEffector" 
OnEffectFinish="Parent.MyButton.LocalText = finished">
<LocationEffector Name="MyEffector" TargetLocation="30,0" Speed="1,0"
 SetOnEffect="true" />
</Page>
Reply With Quote