i find myself never using save/load again. and table for everything, able to save a billion values with a single save table command.
also i find it very nice that you can reference table to each other, creating a network of references that automates everything... mostly to shorten the logic stack.
well i guess in low level programming table itself is a powerful concept. essentially the whole computer storage system & OS is built on the idea of tables right... that's why i say it's the best feature yet. I hope they have some more of this rabbit up their sleeve.
i guess comparing/searching table value, and also checking for null would be awesome addition.
Attributes have to be actively scanned ever FPS this can bog down your game. Table data is not scanned and are only pulled when needed. So storing variable data in a table boosts your games performance. I'm going to be addressing this in my next GS logic video.
My frustration is that tables are not supported by HTML5. I know that I am in the minority here, but I am trying to build leraning games that can be played in classrooms. So for that reason I have done very little with tables.
Hopefully table support will come to HTML5 games soon!
Tables have helped me cut down the number of scenes in my educational letter tracing game from 45 scenes to 5 scenes. HUGE increase in performance. It will be my first ipad game. Until now, I've mostly been using GameSalad for prototyping.
@scitunes You're not alone in hoping for table support for HTML5. Like you, I also build for HTML5. Games that can be played in classrooms. So far, they've all been programmed the hard way, using code. Like you said "Hopefully table support," along with more screen size alternatives, "will come to HTML5 games soon!
Comments
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
also i find it very nice that you can reference table to each other, creating a network of references that automates everything... mostly to shorten the logic stack.
well i guess in low level programming table itself is a powerful concept. essentially the whole computer storage system & OS is built on the idea of tables right... that's why i say it's the best feature yet. I hope they have some more of this rabbit up their sleeve.
i guess comparing/searching table value, and also checking for null would be awesome addition.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Hopefully table support will come to HTML5 games soon!
@scitunes You're not alone in hoping for table support for HTML5. Like you, I also build for HTML5. Games that can be played in classrooms. So far, they've all been programmed the hard way, using code. Like you said "Hopefully table support," along with more screen size alternatives, "will come to HTML5 games soon!