Problem I have no idea how to fix and probably is simple...
This is just a dialog I made...
Problem is the move dialog item and set size doesn't recognize the last created dialog item to be the slider but it keeps moving the label. why?
This is just a dialog I made...
-
Actions
-
Dialog - Create a Modal dialog of size (500, 350) at (0, -20) relative to Bottom Right of screen
-
Variable - Set Mine A Dialog = (Last created dialog)
-
Dialog - Create a Check Box for Dialog (Last created dialog) with the dimensions (100, 50) anchored to Top Left with an offset of (50, 50) setting the tooltip to "" and default to Unchecked
-
Dialog - Create a Label for Dialog (Last created dialog) with the dimensions (200, 300) anchored to Top Left with an offset of (130, 60) with the text "Activate Terminal Control - Allows ..." color set to White text writeout set to true with a writeout duration of 0.5
-
Dialog - Create a Slider for Dialog (Last created dialog)
-
Dialog - Set (Last created dialog item) size to (200, 50) for (All players)
-
Dialog - Move (Last created dialog item) to (50, 50) relative to Bottom Right of dialog for (All players)
-