|
-
Feb 22nd, 2000, 01:05 AM
#1
Thread Starter
Junior Member
-
Feb 22nd, 2000, 01:46 AM
#2
1) nobody has to help you NOW, or later for that matter, if you post your questions 5 times on every message board.
2)
Public iPower as Integer
will make iPower accessible to all modules and forms in your program. (You have to declare it in a module.)
Otherwise I don't see a reason why it doesn't work. Try using debug mode and adding a watch on this variable to see exactly what is happening to it.
-
Feb 22nd, 2000, 12:37 PM
#3
Thread Starter
Junior Member
You have to help me now!!!
if you have 100 power then you win a enemy
and you get more power but how do i get the
new power in a other form??
-
Feb 22nd, 2000, 12:42 PM
#4
Lively Member
You could always make the variable Global.
Place this in the Declarations section of a module.
Code:
Public iPower as Integer
------------------
Ishamel
[email protected]
How can I tell you I love you when you are sitting on my face?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|