Skip to main content
1-Visitor
March 13, 2018
Solved

Multiple .pvz Files

  • March 13, 2018
  • 1 reply
  • 2591 views

I want to load multiple  .pvz files using multiple buttons.

How do I do it?

Best answer by PatrickOllerton

Could you use multiple 3D models (one for each .pvz) and write a function to make them visible/not visible based on the button clicks?

This should work for a basic use case.

 

regards,

Patrick

1 reply

16-Pearl
March 13, 2018

Hi,

 

Depending on what you want to do exactly, there are several ways.

There is a good example in the Help  that uses a Select widget to choose from different models. You should be able to adapt this to your specific needs.

 

regards,

Patrick

akanoo1-VisitorAuthor
1-Visitor
March 13, 2018

Hello Patrick,

 

That was very helpful. But I want to load .pvz upon clicking a button.

16-Pearl
March 13, 2018

Could you use multiple 3D models (one for each .pvz) and write a function to make them visible/not visible based on the button clicks?

This should work for a basic use case.

 

regards,

Patrick