forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Animated Wait Dialog

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 Source Code
View previous topic :: View next topic  
Author Message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Aug 17, 2003 10:19 pm    Post subject: Animated Wait Dialog Reply with quote

Simple but effective. Smile

Code:
Title Please Wait
  DIALOG CREATE,Please Wait,-1,0,227,61,NOMIN
  DIALOG ADD,STYLE,WINGDINGS,Wingdings,20
  DIALOG ADD,STYLE,TAHOMA,Tahoma,14,B,,
  DIALOG ADD,TEXT,Working,20,16,,,Working,,TAHOMA
  DIALOG ADD,TEXT,CLOCK,18,105,,,·,,WINGDINGS
  DIALOG ADD,BUTTON,Close,21,147,64,24,&Close
  DIALOG SHOW
:Evloop
  wait event,0
  goto @event()
:Timer
dialog set,clock,@chr(183)
wait event,.5
dialog set,clock,@chr(184)
wait event,.5
dialog set,clock,@chr(185)
wait event,.5
dialog set,clock,@chr(186)
wait event,.5
dialog set,clock,@chr(187)
wait event,.5
dialog set,clock,@chr(188)
wait event,.5
dialog set,clock,@chr(189)
wait event,.5
dialog set,clock,@chr(190)
wait event,.5
dialog set,clock,@chr(191)
wait event,.5
dialog set,clock,@chr(192)
wait event,.5
dialog set,clock,@chr(193)
wait event,.5
dialog set,clock,@chr(194)
if @equal(@event(),CloseBUTTON)
exit
end
  goto evloop
:CloseBUTTON
:Close
  exit

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
vtol
Valued Contributor
Valued Contributor


Joined: 05 Feb 2004
Posts: 656
Location: Eastern Indiana

PostPosted: Sun Mar 28, 2004 7:49 pm    Post subject: Reply with quote

hehe, I like it a lot Very Happy
Thanks!
Back to top
View user's profile Send private message Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Mar 28, 2004 9:30 pm    Post subject: Reply with quote

No problem. Glad you like it. Smile
_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Mon Mar 29, 2004 8:49 am    Post subject: Reply with quote

nice job ff Smile

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 5 Source Code All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group