OH… duh…. no! ha (red in the face)

This does work… fabulous!


local tHALogo, tCompanyTitle


on preOpenCard

     setStage

end preOpenCard


on opencard

   scene1

end opencard


command setStage



# be sure to declare all objects in local outside all handlers


   put the long id of fld "companyTitle" into tCompanyTitle

   put the long id of img "HaLogo" into tHaLogo


   set the rect of tHALogo to 0,0,500,500

   set the loc of tHALogo to the loc of this card

   set the loc of tCompanyTitle to 1170,-123

   hide grp "Navigators"

end setStage



command scene1

   wait 500 milliseconds

   aeLockMoves

    aeChangeRect tHALogo, 40,40,220,220,1500,"overshoot"

   aeMoveTo tCompanyTitle, the loc of this card, 1500, "inOut"

   aeUnlockMoves

end scene1


on aeChangeRectDone

    set the uNextEvent of this card to “scene2"

    nextEvent

end aeChangeRectDone




On February 2, 2016 at 5:35:23 PM, Richard Gaskin 
(ambassa...@fourthworld.com<mailto:ambassa...@fourthworld.com>) wrote:

Is tHaLogo declared as a global or script-local somewhere?Oh
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to