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 


how to... ?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Madman
I post too much
Reputation: 1

Joined: 04 May 2006
Posts: 3978

PostPosted: Sat May 12, 2007 9:16 am    Post subject: how to... ? Reply with quote

how do i make this work...
Code:
begin
if image1.Visible = false
then image2.visible := false
and button2.caption := 'No Pics For U then!'

if image1.visible = true
then image2.visible := true
and button2.caption := 'Yay, i like them too!'
end;

ive tried a semicolon after the 'No Pics For U then!' but i get an error...
delphi btw

_________________
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Sat May 12, 2007 9:19 am    Post subject: Reply with quote

Code:

begin
image2.visible := image1.visible;
if not image1.Visible then
    button2.caption := 'No pics For U then!' else
    button2.caption := 'Yay, i like them too!';
end;
Back to top
View user's profile Send private message
Madman
I post too much
Reputation: 1

Joined: 04 May 2006
Posts: 3978

PostPosted: Sat May 12, 2007 9:27 am    Post subject: Reply with quote

DOH'!
Laughing

lol thanks for the fast reply

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming 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