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 


3color level element

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code
View previous topic :: View next topic  
Author Message
easy rider
Valued Newbie


Joined: 10 Sep 2001
Posts: 26
Location: Netherlands

PostPosted: Fri Jan 04, 2002 6:30 pm    Post subject: 3color level element Reply with quote

hi all
here's a 3 color level element, you can use it in a mp3 cd player or whatever you think its usefull.
Code:

REM SCRIPT MADE IN VDS 4
REM MADE BY RENE JANSSEN
option decimalsep,"."
DIALOG CREATE,test,-1,0,131,219
DIALOG ADD,style,s1,,,,black,yellow
DIALOG ADD,style,s2,,,,black,red
DIALOG ADD,level,l1,10,10,30,200,,,s2
DIALOG ADD,level,l2,40,10,30,170,,,s1
DIALOG ADD,level,l3,80,10,30,130
DIALOG ADD,TEXT,TEXT1,8,56,,,Enter value
DIALOG ADD,SPIN,SP1,24,54,60,24,0|100,50,,CLICK
DIALOG SHOW
:evloop
  wait event
  goto @event()
:sp1click
  dialog set,l1,@dlg(sp1)
  rem lenght 200 / 170 = 1.176
  %A = @format(@fmul(1.176,@dlg(sp1)),3.0)
  dialog set,l2,%A
  rem lenght 200 / 130 = 1.538
  %B = @format(@fmul(1.538,@dlg(sp1)),3.0)
  dialog set,l3,%B
  goto evloop 
:close
  exit
  end 


see you Rene
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 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