Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
[A] guías al mover los controles con el teclado
Browse files Browse the repository at this point in the history
  • Loading branch information
torocruzand committed Aug 12, 2021
1 parent 0bda216 commit 0f01e29
Show file tree
Hide file tree
Showing 7 changed files with 287 additions and 776 deletions.
Binary file modified DevGuides.livecode
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ on mouseLeave

if the cDevDesignsTem of me then
put the long id of me into tLongId
send "deleteGuideControls tLongId" to stack "DevGuides" in 0 sec
send "deleteGuideControls tLongId" to stack "DevGuide" in 0 sec
else
set the foregroundColor of me to _backColor()
set the backColor of me to _backColor()
Expand Down Expand Up @@ -228,7 +228,7 @@ on mouseUp pButtonNumber
set the left of me to 0

if the bottom of me < 0 or the top of me > sHeightCard then
send "deleteGuideControls tLongId" to stack "DevGuides" in 0 sec
send "deleteGuideControls tLongId" to stack "DevGuide" in 0 sec
end if
end mouseUp

Expand Down
Loading

0 comments on commit 0f01e29

Please sign in to comment.