Home › Forums › Bug Reports and Feature Requests › Request: create range of variables
- This topic has 12 replies, 3 voices, and was last updated 6 years ago by
Mikhail Luzyanin.
-
AuthorPosts
-
2020-03-04 at 12:44 pm #24262
Draco080
Customerinstead of creating them one by one for my case am creating for 75 doors
2020-03-04 at 1:07 pm #24264
Yuri KovelenovStaffHi,
you might take a look at lists, with which you can store indexed values
https://www.soft8soft.com/docs/manual/en/puzzles/Lists.html2020-03-04 at 1:09 pm #24265
Yuri KovelenovStaffalso, procedures may come in handy for avoiding repeated blocks:
https://www.soft8soft.com/docs/manual/en/puzzles/Procedures.html
2020-03-04 at 1:57 pm #24268Draco080
Customerthanks alot saved me alot of trouble of making alot of repeated code blocks
2020-03-04 at 2:15 pm #24272Draco080
Customercan you please show me how to make the logic for the 75 doors
2020-03-04 at 2:36 pm #24278Draco080
Customerfailed to make it work
2020-03-04 at 2:58 pm #24270Draco080
Customeralso, procedures may come in handy for avoiding repeated blocks:
https://www.soft8soft.com/docs/manual/en/puzzles/Procedures.htmlcan you show me how to make it using puzzle for the the 75 door i have?
2020-03-04 at 3:07 pm #24286
Mikhail LuzyaninStaffYou need to do it like this.
Attachments:
Co-founder and lead graphics specialist at Soft8Soft.
2020-03-04 at 3:23 pm #24292Draco080
Customerthanks
2020-03-04 at 4:39 pm #24295Draco080
CustomerYou need to do it like this.
can you explain the code little why did you used 2 opened text variables
2020-03-04 at 7:47 pm #24303
Mikhail LuzyaninStaffEach ist position is separate door, so it can be closed or opened. Doors virialbe for all doors, here for example you can see three doors in variable. one of them closed and two opened.
Co-founder and lead graphics specialist at Soft8Soft.
2020-03-05 at 7:22 am #24320Draco080
Customercan you show me example using this blend file? am using archimesh doors, and i want on click the doors open, am using same animation setup as in the tutorial video
Attachments:
2020-03-05 at 8:24 am #24347
Mikhail LuzyaninStaffcan you show me example using this blend file? am using archimesh doors, and i want on click the doors open, am using same animation setup as in the tutorial video
It wil be the same but instead of status variable you will use viraible list where each position will be used as one door viriable.
Co-founder and lead graphics specialist at Soft8Soft.
-
AuthorPosts
- You must be logged in to reply to this topic.

