| View previous topic :: View next topic |
| Author |
Message |
Lil'Death Newbie cheater
Reputation: 0
Joined: 12 Aug 2007 Posts: 13
|
Posted: Sun Sep 28, 2008 2:08 pm Post subject: [VB6] Making Form2 Commands work with Form1 ShockwaveFlash? |
|
|
I see this on some trainers and I was wondering how it's done:
Example: You have a ShockwaveFlash1 on form1 and it has a flash game on it and you want to make a command with the line:
| Quote: | Private Sub Command1_Click()
Call ShockwaveFlash1.SetVariable("variable here", Text1.Text)
End Sub
|
And you put that coding on Form2 but it doesn't work.
So I was wondering what the proper code to make Form2 Commands work with Form1's ShockwaveFlash1.
Any help will be appreciated.
|
|
| Back to top |
|
 |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
Posted: Sun Sep 28, 2008 2:11 pm Post subject: |
|
|
| Code: | | Form1.ShockwaveFlash1.SetVariable("BLABLA", BLABLA") |
|
|
| Back to top |
|
 |
Lil'Death Newbie cheater
Reputation: 0
Joined: 12 Aug 2007 Posts: 13
|
Posted: Sun Sep 28, 2008 2:19 pm Post subject: |
|
|
Thank you very much, Moller.
If I could rep I would rep you, but yeah.
|
|
| Back to top |
|
 |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
Posted: Sun Sep 28, 2008 2:32 pm Post subject: |
|
|
| Lil'Death wrote: | Thank you very much, Moller.
If I could rep I would rep you, but yeah. |
No problem.
|
|
| Back to top |
|
 |
|