| View previous topic :: View next topic |
| Author |
Message |
ack1234 Newbie cheater
Reputation: 0
Joined: 15 Feb 2007 Posts: 21
|
Posted: Tue Jan 01, 2008 2:12 pm Post subject: [Question] How do I use CallFunction in Visual Basic? |
|
|
I am able to use the SetVariable Function perfectly, but I can't find a use whenever I attempt to use (ShockwaveFlash1.)CallFunction it fails. Can anyone help?
- I didn't add parenthesis surrounding 'ShockwaveFlash1.' in my actual code.
|
|
| Back to top |
|
 |
maikie111 Advanced Cheater
Reputation: 0
Joined: 30 Nov 2007 Posts: 89 Location: In a trojan virus
|
Posted: Tue Jan 01, 2008 4:39 pm Post subject: Re: [Question] How do I use CallFunction in Visual Basic? |
|
|
| ack1234 wrote: | I am able to use the SetVariable Function perfectly, but I can't find a use whenever I attempt to use (ShockwaveFlash1.)CallFunction it fails. Can anyone help?
- I didn't add parenthesis surrounding 'ShockwaveFlash1.' in my actual code. |
you tried
| Quote: | | shockwaveflash1.setvariable("here variable", amount) |
and maybe you rename your shockwaveflash?
|
|
| Back to top |
|
 |
Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Tue Jan 01, 2008 4:58 pm Post subject: |
|
|
| Code: | | ShockwaveFlash1.CallFunction "Function Here" |
If that doesn't work, use this
| Code: | | Call ShockwaveFlash1.CallFunction "Function Here" |
_________________
|
|
| Back to top |
|
 |
ack1234 Newbie cheater
Reputation: 0
Joined: 15 Feb 2007 Posts: 21
|
Posted: Tue Jan 01, 2008 6:27 pm Post subject: Re: [Question] How do I use CallFunction in Visual Basic? |
|
|
| maikie111 wrote: | | ack1234 wrote: | I am able to use the SetVariable Function perfectly, but I can't find a use whenever I attempt to use (ShockwaveFlash1.)CallFunction it fails. Can anyone help?
- I didn't add parenthesis surrounding 'ShockwaveFlash1.' in my actual code. |
you tried
| Quote: | | shockwaveflash1.setvariable("here variable", amount) |
and maybe you rename your shockwaveflash? |
I know how to use the SetVariable Function, but I need help with CallFunction. Thanks for attempting to help anyway
|
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Fri Jan 04, 2008 7:26 am Post subject: |
|
|
What does the flash intellisense suggest you to put in as params?
_________________
Get kidnapped often. |
|
| Back to top |
|
 |
ack1234 Newbie cheater
Reputation: 0
Joined: 15 Feb 2007 Posts: 21
|
Posted: Fri Jan 04, 2008 6:48 pm Post subject: |
|
|
| blland wrote: | | What does the flash intellisense suggest you to put in as params? |
(Function as String)
|
|
| Back to top |
|
 |
sangeli Master Cheater
Reputation: 0
Joined: 07 Dec 2006 Posts: 406
|
Posted: Mon Jan 07, 2008 12:10 pm Post subject: |
|
|
| Code: | | call.shockwaveflash1.callfunction (variable) |
that wut ur askin for?
|
|
| Back to top |
|
 |
wouterh How do I cheat?
Reputation: 0
Joined: 15 Feb 2008 Posts: 1
|
Posted: Fri Feb 15, 2008 9:11 am Post subject: |
|
|
| The function brings up an error, unspecified one
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Sat Feb 16, 2008 7:14 am Post subject: |
|
|
WTF.. can u do that? Why the hell was i codeing swfs for it then -.-
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
|