| View previous topic :: View next topic |
| Author |
Message |
Rednight Grandmaster Cheater
Reputation: 0
Joined: 28 Oct 2007 Posts: 791
|
Posted: Thu Feb 14, 2008 9:56 am Post subject: vb help |
|
|
ok i have 2 things in my form
ShockwaveFlash1 and ShockwaveFlash2 how would i link them together so when i click say a button that gives me credits, it would work on say the game
|
|
| Back to top |
|
 |
jason744 Grandmaster Cheater
Reputation: 0
Joined: 25 Nov 2007 Posts: 638
|
Posted: Thu Feb 14, 2008 10:53 am Post subject: |
|
|
THis should be general programming.
Wouldn't you have to use actionscript?
Tell me what you mean.
If you click a button wouldnt you need just one flash form?
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Thu Feb 14, 2008 1:56 pm Post subject: |
|
|
What do you means??
"Give me credits" ???
credits like..
"Program Made By (ME)"
or credits like.. the currency of a game (Supposing that you're cheating a .swf game).
Explain better please.
_________________
|
|
| Back to top |
|
 |
Pepsiguy I post too much
Reputation: 0
Joined: 16 Aug 2007 Posts: 2016
|
Posted: Thu Feb 14, 2008 3:45 pm Post subject: |
|
|
Private Sub Command1_Click()
Call Shockwaveflash1.setvariable("variable" , value)
Call shockwaveflash2.setvaraible("variable" , value)
End Sub
+rep
_________________
|
|
| Back to top |
|
 |
Rednight Grandmaster Cheater
Reputation: 0
Joined: 28 Oct 2007 Posts: 791
|
Posted: Thu Feb 14, 2008 6:50 pm Post subject: |
|
|
i dont think you guys got what i ment but i worked it out
Private Sub Form_Load()
Call Form1.ShockwaveFlash1.LoadMovie(10, App.Path & "\swf\coo.swf")
End Sub
i put it in the form instead
|
|
| Back to top |
|
 |
AtheistCrusader Grandmaster Cheater
Reputation: 6
Joined: 23 Sep 2006 Posts: 681
|
Posted: Fri Feb 15, 2008 4:01 am Post subject: |
|
|
you can try
Private Sub Form_Load()
Call Form1.ShockwaveFlash1.LoadMovie(10, form1.shockwaveflash1)
End Sub
or maybe upload it to FTP
Private Sub Form_Load()
Call Form1.ShockwaveFlash1.LoadMovie(10, "http:\\aq.battleon.com\build30\engine\lore3401.swf")
End Sub
|
|
| Back to top |
|
 |
|