Search found 4 matches
- Wed Jun 03, 2020 1:11 pm
- Forum: Talking LiveCode
- Topic: Making Hide from other object
- Replies: 7
- Views: 4917
Re: Making Hide from other object
Thanks!!!!! 
- Wed Jun 03, 2020 12:54 pm
- Forum: Talking LiveCode
- Topic: Making Hide from other object
- Replies: 7
- Views: 4917
Re: Making Hide from other object
Thanks :D
And my last question it's:
How do I call an operation like this:
on AutoMover
put 209 into tX
repeat until _gExit? or _gLoose? = 1
NeedSubtractHeart
subtract 1 from tX
set the location of group "EasyMap" to tX , 209
wait 1 sec
end repeat
end AutoMover
But I will call this ...
And my last question it's:
How do I call an operation like this:
on AutoMover
put 209 into tX
repeat until _gExit? or _gLoose? = 1
NeedSubtractHeart
subtract 1 from tX
set the location of group "EasyMap" to tX , 209
wait 1 sec
end repeat
end AutoMover
But I will call this ...
- Wed Jun 03, 2020 12:31 pm
- Forum: Talking LiveCode
- Topic: Making Hide from other object
- Replies: 7
- Views: 4917
Re: Making Hide from other object
But it work if I will make this command on the card?
- Wed Jun 03, 2020 12:16 pm
- Forum: Talking LiveCode
- Topic: Making Hide from other object
- Replies: 7
- Views: 4917
Making Hide from other object
Hello.
I was making a game and there are many problems that I don't know how to solve:
How do I code somthing like this in the main object( img "myimg"):
on ???
hide me
end ???
But in the card:
on openCard
hide img "myimg"
end openCard
Thanks for solving this. :D
Roy.
I was making a game and there are many problems that I don't know how to solve:
How do I code somthing like this in the main object( img "myimg"):
on ???
hide me
end ???
But in the card:
on openCard
hide img "myimg"
end openCard
Thanks for solving this. :D
Roy.