Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Set form opacity via trackbar

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
nukiz
How do I cheat?
Reputation: 0

Joined: 17 Mar 2020
Posts: 8
Location: nuclear plant

PostPosted: Sun May 10, 2020 2:58 am    Post subject: Set form opacity via trackbar Reply with quote

The title says it all.
I have a trackbar but i have no idea what to do with it. Im trying to make it set opacity of the form.

_________________
bad ce user with no experience in coding, other than JavaScript, a little of Assembly and Lua
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1668

PostPosted: Sun May 10, 2020 4:46 am    Post subject: Reply with quote

Code:
if f then f.destroy() end

f = createForm()
f.height = 320
f.width = 300
f.AlphaBlend = true
f.Position = 'poScreenCenter'

t = createTrackBar(f)
t.left = 20
t.top = f.height - 60
t.width = f.width - t.left - 20
t.height = 30
t.frequency = 1
t.Max = 255
t.Min = 0
t.position = 255

l = createLabel(f)
l.setPosition(t.left,t.top+t.height+5)
l.Caption = 'Alpha Value : '..t.Position


function TrackBar1Change(sender)
 f.AlphaBlendValue = t.Position
 l.Caption = 'Alpha Value : '..t.Position
end

f.show()
t.onChange = TrackBar1Change

_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
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 cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites